src/share/vm/runtime/interfaceSupport.cpp

changeset 7360
4e4ebe50c8e3
parent 6911
ce8f6bb717c9
child 7535
7ae4e26cb1e0
child 7875
fb260f267e87
equal deleted inserted replaced
7357:b2399f0d9611 7360:4e4ebe50c8e3
83 if (current_thread->active_handles() == NULL) return; 83 if (current_thread->active_handles() == NULL) return;
84 84
85 // Short-circuit any possible re-entrant gc-a-lot attempt 85 // Short-circuit any possible re-entrant gc-a-lot attempt
86 if (thread->skip_gcalot()) return; 86 if (thread->skip_gcalot()) return;
87 87
88 if (is_init_completed()) { 88 if (Threads::is_vm_complete()) {
89 89
90 if (++_fullgc_alot_invocation < FullGCALotStart) { 90 if (++_fullgc_alot_invocation < FullGCALotStart) {
91 return; 91 return;
92 } 92 }
93 93

mercurial