JDK-8244231 : [lworld] Add support for ref-default and val-default inline classes.
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: repo-valhalla
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2020-05-01
  • Updated: 2021-07-23
  • Resolved: 2021-07-23
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
Blocks :  
Blocks :  
Relates :  
Relates :  
Description
https://cr.openjdk.java.net/~briangoetz/valhalla/sov/02-object-model.html

calls for a ref-default and val-default keywords to distinguish between the default projection of an inline class.

We need to add support for that.