JDK-8323791 : Parallel: Using non-atomic for live bytes update during Full GC
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 23
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2024-01-16
  • Updated: 2024-02-09
  • Resolved: 2024-02-09
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
tbdResolved
Related Reports
Duplicate :  
Relates :  
Description
In `PSParallelCompact::mark_obj`, `_summary_data.add_obj` uses atomic-operation to record live bytes info, which hinders scalability during Full GC.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17442 Date: 2024-01-16 10:41:13 +0000
16-01-2024

One can use the attached simple program to illustrate the scalability problem.
16-01-2024