JDK-8242273 : Shenandoah: accept either SATB or IU barriers, but not both
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 8-shenandoah,11-shenandoah,14,15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-04-07
  • Updated: 2022-02-24
  • Resolved: 2020-04-07
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.

To download the current JDK release, click here.
JDK 14 JDK 15
14.0.2Fixed 15 b18Fixed
Related Reports
Relates :  
Description
The follow-up for JDK-8242054, we need to make sure users cannot enable both SATB and IU barriers together. Currently Shenandoah blindly accepts +ShenandoahSATBBarrier +ShenandoahStoreValEnqueueBarrier, which might lead to surprising behaviors.
Comments
Fix Request (14u) This improves Shenandoah UX and provides the ground for subsequent backports. Patch applies cleanly to 14u, passes hotspot_gc_shenandoah, tier{1,2} with Shenandoah enabled. Patch is completely isolated in Shenandoah code.
13-05-2020

URL: https://hg.openjdk.java.net/jdk/jdk/rev/142c56cfa14a User: shade Date: 2020-04-07 11:19:35 +0000
07-04-2020