--- old/src/share/vm/runtime/interfaceSupport.cpp 2014-11-07 17:32:38.561000000 -0500 +++ new/src/share/vm/runtime/interfaceSupport.cpp 2014-11-07 17:32:38.485000000 -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;