JDK-8208498 : Put archive regions into a first-class HeapRegionSet
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-07-30
  • Updated: 2024-01-03
  • Resolved: 2018-08-22
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 11 JDK 12
11.0.22-oracleFixed 12 b09Fixed
Related Reports
Blocks :  
Description
Currently archive regions are silently added to the old region region set.

Move them to their own heap region set to be able to more easily get statistics from them.

Comments
URL: http://hg.openjdk.java.net/jdk/jdk/rev/1906adbef2dc User: tschatzl Date: 2018-08-22 18:38:13 +0000
22-08-2018