JDK-8276229 : Stop allowing implicit updates in G1BlockOffsetTable
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 18
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-11-01
  • Updated: 2021-11-23
  • Resolved: 2021-11-16
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 18
18 b24Fixed
Related Reports
Blocks :  
Description
In JDK-8272083 G1 is changed to create a precise and complete BOT during evacuation (in the GC pause). This removes the need to refine the BOT concurrently and we should refactor away the code allowing such updates. 
Comments
Changeset: 1d79cfd3 Author: Stefan Johansson <sjohanss@openjdk.org> Date: 2021-11-16 08:27:34 +0000 URL: https://git.openjdk.java.net/jdk/commit/1d79cfd3a16a71ec1bf93a0748e806b21a717b52
16-11-2021