JDK-8213234 : Move LambdaForm.Hidden to jdk.internal.vm.annotation
Type:Enhancement
Component:core-libs
Sub-Component:java.lang.invoke
Affected Version:12
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2018-11-01
Updated:2019-01-28
Resolved:2019-01-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.
LambdaForm.Hidden to jdk.internal.vm.annotation so that it can be used and shared by other packages (like java.security).
Comments
This is another use case that JDK-8212620 would help.
01-11-2018
I'm Ok with that.
I'm using LambdaForm.Hidden in a dynamic language runtime so i will have to generate codes with both annotations because i don't know at generation time if it will run on 8, 11 or 12.