mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-17 14:38:55 +00:00
8241838: Shenandoah: no need to trash cset during final mark
Reviewed-by: rkennke
This commit is contained in:
parent
8cb7635372
commit
af15605bab
@ -1489,12 +1489,6 @@ void ShenandoahHeap::op_final_mark() {
|
||||
sync_pinned_region_status();
|
||||
}
|
||||
|
||||
// Trash the collection set left over from previous cycle, if any.
|
||||
{
|
||||
ShenandoahGCPhase phase(ShenandoahPhaseTimings::trash_cset);
|
||||
trash_cset_regions();
|
||||
}
|
||||
|
||||
{
|
||||
ShenandoahGCPhase phase(ShenandoahPhaseTimings::prepare_evac);
|
||||
|
||||
|
||||
@ -82,7 +82,6 @@ class outputStream;
|
||||
f(complete_liveness, " Complete Liveness") \
|
||||
f(retire_tlabs, " Retire TLABs") \
|
||||
f(sync_pinned, " Sync Pinned") \
|
||||
f(trash_cset, " Trash CSet") \
|
||||
f(prepare_evac, " Prepare Evacuation") \
|
||||
f(init_evac, " Initial Evacuation") \
|
||||
SHENANDOAH_GC_PAR_PHASE_DO(evac_, " E: ", f) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user