Searched refs:_compile_the_world_counter (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.hpp343 static int _compile_the_world_counter; member in class:ClassLoader
347 static int compile_the_world_counter() { return _compile_the_world_counter; }
H A DclassLoader.cpp1293 int ClassLoader::_compile_the_world_counter = 0; member in class:ClassLoader
1315 _compile_the_world_counter++;
1316 if (_compile_the_world_counter > CompileTheWorldStopAt) return;
1333 tty->print_cr("Preloading failed for (%d) %s", _compile_the_world_counter, buffer);
1337 if (_compile_the_world_counter >= CompileTheWorldStartAt) {
1340 tty->print_cr("CompileTheWorld (%d) : Skipping %s", _compile_the_world_counter, buffer);
1342 tty->print_cr("CompileTheWorld (%d) : %s", _compile_the_world_counter, buffer);
1360 tty->print_cr("CompileTheWorld (%d) : Skipping method: %s", _compile_the_world_counter, m->name()->as_C_string());
1374 tty->print_cr("CompileTheWorld (%d) : Skipping method: %s", _compile_the_world_counter, m->name()->as_C_string());

Completed in 41 milliseconds