mirror of
https://github.com/openjdk/jdk.git
synced 2026-08-04 07:05:31 +00:00
Stale calls
This commit is contained in:
parent
0efd4cbf2a
commit
df004747a3
@ -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;
|
||||
|
||||
@ -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()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user