hotspot/src/share/vm/runtime/icache.cpp
void AbstractICache::invalidate_range(address start, int nbytes) {
static bool firstTime = true;
if (firstTime) {
guarantee(start == CAST_FROM_FN_PTR(address, _flush_icache_stub),
"first flush should be for flush stub");
firstTime = false;
return;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.