Stale calls

This commit is contained in:
Patrick Fontanilla 2026-08-03 21:58:24 +00:00
parent 0efd4cbf2a
commit df004747a3
2 changed files with 0 additions and 2 deletions

View File

@ -252,7 +252,6 @@ void ShenandoahDegenGC::op_degenerated() {
// it, we fail degeneration right away and slide into Full GC to recover.
{
heap->flush_region_pin_cache();
heap->sync_pinned_region_status();
heap->collection_set()->clear_current_index();
ShenandoahHeapRegion* r;

View File

@ -209,7 +209,6 @@ void ShenandoahFullGC::do_it(GCCause::Cause gc_cause) {
rp->abandon_partial_discovery();
// e. Sync pinned region status from the CP marks
heap->flush_region_pin_cache();
heap->sync_pinned_region_status();
if (heap->mode()->is_generational()) {