JDK-8293170 : Improve encoding of the debuginfo nmethod section
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 20
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2022-08-31
  • Updated: 2024-01-18
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
tbdUnresolved
Related Reports
Relates :  
Description
The nmethod "scopes" data section contains a significant portion (10% - 20%) of the size of nmethod. The data is compressed using the Pack200 algorithm. Using the fact that half of the data in the partition contains zeros, the partition size of these regions can be reduced by another 30%.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/12387 Date: 2023-02-02 12:54:06 +0000
11-05-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10025 Date: 2022-08-25 14:35:32 +0000
22-09-2022

Moving from hotspot/runtime -> hotspot/compiler for initial triage.
31-08-2022