JDK-8163373 : Rewrite GenerateJLIClassesPlugin to avoid reflective calls into java.lang.invoke
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-08-08
  • Updated: 2016-08-19
  • Resolved: 2016-08-10
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.
JDK 9
9 b132Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Description
Current implementation of GenerateJLIClassesPlugin use reflection with setAccessible(true) to punch through into the j.l.invoke internals.

Create some way to access j.l.invoke internals statically at link time, e.g., SharedSecrets.