JDK-8046903 : VM anonymous class members can't be statically invocable
Type:Bug
Component:core-libs
Sub-Component:java.lang.invoke
Affected Version:9
Priority:P4
Status:Closed
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2014-06-16
Updated:2021-05-11
Resolved:2014-06-17
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.
j.l.i.InvokerBytecodeGenerator::isStaticallyInvocable doesn't check whether the member name refers to VM anonymous class. But it should - VM anonymous class can't be looked up by name and it's members aren't statically invocable.