JDK-8293993 : C2: Check removal of Opaque2 nodes
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 20
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2022-09-19
  • Updated: 2022-12-06
  • Resolved: 2022-12-06
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
tbdResolved
Related Reports
Duplicate :  
Relates :  
Description
During the investigation of JDK-8292088, the question was raised if Opaque2 nodes are really useful anymore today. A closer analysis suggested that they are not fulfilling their original purpose anymore. This RFE should investigate if Opaque2 nodes could be completely removed (together with reorg_offsets()) by backing it up with some benchmark results. 

We could re-investigate in a separate RFE if it is worth to re-implement reorg_offsets() in a way that fulfills its original purpose to lower register pressure.

More detail can be found in the PR of JDK-8292088:
https://github.com/openjdk/jdk/pull/10306