hotspot/src/share/vm/runtime/interfaceSupport.cpp
changeset 27685 26a697375de3
parent 27451 7e2e2b955d15
parent 27678 d1872bc7dd8d
child 29204 b0f8f3c6ceec
--- a/hotspot/src/share/vm/runtime/interfaceSupport.cpp	Thu Nov 13 16:11:00 2014 -0800
+++ b/hotspot/src/share/vm/runtime/interfaceSupport.cpp	Mon Nov 17 21:32:32 2014 +0100
@@ -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;