JDK-8247912 : Make narrowOop a scoped enum
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-06-19
  • Updated: 2024-11-21
  • Resolved: 2020-10-01
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 16
16 b19Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Description
By making narrowOop a scoped enum rather than a typef for uint32_t we can get better type checking without any performance impact.

Comments
Changeset: 2d9fa9da Author: Kim Barrett <kbarrett@openjdk.org> Date: 2020-10-01 10:45:22 +0000 URL: https://git.openjdk.java.net/jdk/commit/2d9fa9da
01-10-2020