hotspot/src/share/vm/runtime/interfaceSupport.cpp
changeset 27678 d1872bc7dd8d
parent 25468 5331df506290
child 27685 26a697375de3
--- a/hotspot/src/share/vm/runtime/interfaceSupport.cpp	Wed Nov 12 13:55:59 2014 +0100
+++ b/hotspot/src/share/vm/runtime/interfaceSupport.cpp	Tue Nov 11 13:39:00 2014 -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;