JDK-8359659 : CompilationPolicy::initialize: fix calculation of compiler buffer size in the case of c2_only
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 26
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2025-06-16
  • Updated: 2025-06-30
  • Resolved: 2025-06-30
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 :  
Description
Currently, the code calculates the buffer size in the case of c2_only the same way as it would with tiered compilation.

This was reported with a proposed fix (reverse hunk of https://github.com/openjdk/jdk/pull/24972/commits/c43b18a6681acb541be1b3bdadbd635070a2d58d) by [~shade].
Comments
JDK-8354727 included the fix for this issue.
30-06-2025