JDK-8352647 : [lworld] Remove larval InlineTypeNode in Unsafe intrinsics
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-valhalla
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-03-23
  • Updated: 2025-04-11
  • Resolved: 2025-04-07
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-valhallaFixed
Related Reports
Relates :  
Relates :  
Description
As a step in fixing JDK-8335256, first we will remove larval InlineTypeNode introduced by Unsafe intrinsics. We also try to make sure they are always intrinsified, so that larval inline types do not cross call boundaries except when passing into a constructor.
Comments
A pull request was submitted for review. Branch: lworld URL: https://git.openjdk.org/valhalla/pull/1406 Date: 2025-03-23 17:21:15 +0000
23-03-2025