src/share/vm/runtime/interfaceSupport.cpp

changeset 7360
4e4ebe50c8e3
parent 6911
ce8f6bb717c9
child 7535
7ae4e26cb1e0
child 7875
fb260f267e87
     1.1 --- a/src/share/vm/runtime/interfaceSupport.cpp	Mon Nov 17 16:36:09 2014 +0000
     1.2 +++ b/src/share/vm/runtime/interfaceSupport.cpp	Tue Nov 11 13:39:00 2014 -0500
     1.3 @@ -85,7 +85,7 @@
     1.4    // Short-circuit any possible re-entrant gc-a-lot attempt
     1.5    if (thread->skip_gcalot()) return;
     1.6  
     1.7 -  if (is_init_completed()) {
     1.8 +  if (Threads::is_vm_complete()) {
     1.9  
    1.10      if (++_fullgc_alot_invocation < FullGCALotStart) {
    1.11        return;

mercurial