JDK-8245707 : Increase Metaspace reserve alignment
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-05-25
  • Updated: 2024-10-17
  • Resolved: 2020-06-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.
JDK 15
15 b26Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
One of the motivations behind JDK-8243392 was to decouple CDS reservation alignment from metaspace alignment and prevent misuse of metaspace reserve alignment outside metaspace. This is needed since with the upcoming new metaspace (JDK-8221173) its reserve alignment requirement will be much higher than CDS alignment. 

For the time being, until JDK-8221173 finds its way into jdk mainline, we should increase metaspace reserve alignment in jdk mainline to trigger any remaining illegal uses of metaspace reserve alignments and to prevent new ones from creeping in.

Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/a4308cbd8dfb User: stuefe Date: 2020-06-02 19:05:30 +0000
02-06-2020