Searched defs:auto_magic (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dicache.cpp57 int auto_magic = magic; // Make a local copy to avoid race condition local
58 int r = (*_flush_icache_stub)(start, lines, auto_magic);
59 guarantee(r == auto_magic, "flush stub routine did not execute");

Completed in 27 milliseconds