JDK-8363996 : Remove UseCompressedClassPointers
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 26
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2025-07-24
  • Updated: 2025-07-28
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 :  
Sub Tasks
JDK-8363998 :  
Description
UseCompressedClassPointers, deprecated with JDK 25 (JDK-8350753), should be removed, and its maintaining code removed as well.

One roadblock before this is the ongoing existence of the two remaining 32-bit platforms: arm32 and zero 32bit. 32-bit platforms rely on -UseCompressedClassPointers, so removing that code will break 32-bit. We need to figure out what to do with those first.