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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp1294 static int _codecache_sweep_counter = 0; variable
1349 if (++_codecache_sweep_counter == CompileTheWorldSafepointInterval) {
1353 _codecache_sweep_counter = 0;

Completed in 35 milliseconds