JDK-8244729 : Shenandoah: remove resolve paths from SBSA::generate_shenandoah_lrb
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:11.0.9,14
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2020-05-11
Updated:2024-09-28
Resolved:2020-05-25
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
After JDK-8232992, we don't need the resolve path in ShenandoahBarrierSetAssembler. The slowpath call to ShenandoahRuntime would fix the reference, and we would not have to resolve it once again.
Comments
Fix Request (11u)
This improves Shenandoah maintainability and provides the ground for subsequent backports. Patch applies to 11u with minor conflicts, 11u RFR (acked by rkennke): https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2020-August/003627.html. Passes hotspot_gc_shenandoah, tier{1,2} with Shenandoah enabled. Patch is completely isolated in Shenandoah code.