--- old/src/share/vm/runtime/interfaceSupport.cpp 2014-11-04 15:41:26.962000000 -0500 +++ new/src/share/vm/runtime/interfaceSupport.cpp 2014-11-04 15:41:26.888000000 -0500 @@ -87,7 +87,7 @@ // Short-circuit any possible re-entrant gc-a-lot attempt if (thread->skip_gcalot()) return; - if (is_init_completed()) { + if (Threads::is_vm_complete()) { if (++_fullgc_alot_invocation < FullGCALotStart) { return;