RFR: Optimize fwdptr region handling in ShenandoahVerifyOopClosure::verify_oop

Aleksey Shipilev shade at redhat.com
Tue Dec 5 16:01:11 UTC 2017


http://cr.openjdk.java.net/~shade/shenandoah/verifier-perf-fhr/webrev.01/

This does the obvious optimization for fwdptr region handling: should not call
heap_region_containing 4x times, when we can call it 1x time for non-forwarded objects.

Testing: hotspot_gc_shenandoah

Thanks,
-Aleksey



More information about the shenandoah-dev mailing list