< prev index next >

src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp

Print this page
rev 52710 : Upstream/backport Shenandoah to JDK11u

*** 127,137 **** Compile* C = Compile::current(); ZBarrierSetC2* bs = (ZBarrierSetC2*)BarrierSet::barrier_set()->barrier_set_c2(); ZBarrierSetC2State* s = bs->state(); if (s->load_barrier_count() >= 2) { Compile::TracePhase tp("idealLoop", &C->timers[Phase::_t_idealLoop]); ! PhaseIdealLoop ideal_loop(igvn, true, false, true); if (C->major_progress()) C->print_method(PHASE_PHASEIDEALLOOP_ITERATIONS, 2); } } void ZBarrierSetC2::add_users_to_worklist(Unique_Node_List* worklist) const { --- 127,137 ---- Compile* C = Compile::current(); ZBarrierSetC2* bs = (ZBarrierSetC2*)BarrierSet::barrier_set()->barrier_set_c2(); ZBarrierSetC2State* s = bs->state(); if (s->load_barrier_count() >= 2) { Compile::TracePhase tp("idealLoop", &C->timers[Phase::_t_idealLoop]); ! PhaseIdealLoop ideal_loop(igvn, LoopOptsZgcLastRound); if (C->major_progress()) C->print_method(PHASE_PHASEIDEALLOOP_ITERATIONS, 2); } } void ZBarrierSetC2::add_users_to_worklist(Unique_Node_List* worklist) const {
< prev index next >