JDK-8325104 : Lilliput: Shrink Classpointers
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2024-02-01
  • Updated: 2024-03-25
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
repo-lilliputUnresolved
Related Reports
Relates :  
Description
Narrow Klass Pointers are 32-bit, and that is too much. 

Find a way to reduce the bit-size of nKlass, and use the freed up bits to restore the identity hash to 31 bits.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/lilliput/pull/128 Date: 2024-02-01 10:23:04 +0000
07-02-2024