JDK-8244510 : Shenandoah: invert SHC2Support::is_in_cset condition
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 8-shenandoah,11-shenandoah,14,15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-05-06
  • Updated: 2020-05-14
  • Resolved: 2020-05-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 15
15 b23Fixed
Related Reports
Blocks :  
Relates :  
Description
Current code in SHC2Support::is_in_cset treats "in cset" branch as frequent. We should really invert it after SFX barriers make that condition much less likely.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/6b0fed2fd535 User: shade Date: 2020-05-07 11:28:03 +0000
07-05-2020

RFR: https://mail.openjdk.java.net/pipermail/shenandoah-dev/2020-May/012108.html
06-05-2020