JDK-8302857 : Generational ZGC: enable correctness barrier elision tests on all platforms
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-genzgc
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-02-20
  • Updated: 2023-03-02
  • Resolved: 2023-03-02
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.
Other
repo-genzgcFixed
Related Reports
Relates :  
Description
The barrier elision test set added by JDK-8301584 and extended by JDK-8301769 interleave correctness tests (do not elide necessary barriers) and effectiveness tests (do elide unnecessary barriers). These two subsets can be split in order to enable the former on all platforms that support ZGC, see discussion with PPC and RISCV maintainers on https://github.com/openjdk/zgc/pull/13.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/zgc/pull/14 Date: 2023-02-20 12:28:47 +0000
20-02-2023