-
Bug
-
Resolution: Fixed
-
P4
-
repo-valhalla
While nestmates will ultimately be associated with a future source/target version of the JDK and an updated classfile version (see JDK-8187302) we want to be able to enable them by default as-if executing in that future release.
The primary changes are confined to javac and are very straight-forward:
- generate the nestmate attributes in the classfile
- use virtual invocation bytecodes for private method invocations
- don't generate private accessors
With this change in place we can update the hotspot nestmate tests to not provide explicit "@compile" directives.
The primary changes are confined to javac and are very straight-forward:
- generate the nestmate attributes in the classfile
- use virtual invocation bytecodes for private method invocations
- don't generate private accessors
With this change in place we can update the hotspot nestmate tests to not provide explicit "@compile" directives.
- relates to
-
JDK-8187302 [Nestmates] Prepare for classfile version 54 and javac "release" update
-
- Resolved
-