Skip to content

Commit

Permalink
ayang review
Browse files Browse the repository at this point in the history
  • Loading branch information
tschatzl committed Jan 26, 2024
1 parent e1bb807 commit 4991abb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/hotspot/share/gc/g1/g1YoungCollector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -536,12 +536,6 @@ void G1YoungCollector::pre_evacuate_collection_set(G1EvacInfo* evacuation_info)
#endif

allocation_failure_injector()->arm_if_needed();

#ifdef ASSERT
for (JavaThreadIteratorWithHandle jtiwh; JavaThread *thread = jtiwh.next(); ) {
assert(G1ThreadLocalData::pin_count_cache(thread).count() == 0, "must be flushed");
}
#endif
}

class G1ParEvacuateFollowersClosure : public VoidClosure {
Expand Down

0 comments on commit 4991abb

Please sign in to comment.