src/share/vm/classfile/classLoader.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/classLoader.cpp	Mon Jul 18 08:07:36 2011
--- new/src/share/vm/classfile/classLoader.cpp	Mon Jul 18 08:07:35 2011

*** 1348,1364 **** --- 1348,1364 ---- VM_ForceSafepoint op; VMThread::execute(&op); _codecache_sweep_counter = 0; } // Force compilation ! CompileBroker::compile_method(m, InvocationEntryBci, CompLevel_initial_compile, ! CompileBroker::compile_method(m, InvocationEntryBci, CompilationPolicy::policy()->initial_compile_level(), methodHandle(), 0, "CTW", THREAD); if (HAS_PENDING_EXCEPTION) { clear_pending_exception_if_not_oom(CHECK); tty->print_cr("CompileTheWorld (%d) : Skipping method: %s", _compile_the_world_counter, m->name()->as_C_string()); } ! if (TieredCompilation && TieredStopAtLevel >= CompLevel_full_optimization) { // Clobber the first compile and force second tier compilation nmethod* nm = m->code(); if (nm != NULL) { // Throw out the code so that the code cache doesn't fill up nm->make_not_entrant();

src/share/vm/classfile/classLoader.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File