JDK-8252725 : Refactor jlink GenerateJLIClassesPlugin code
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • Submitted: 2020-09-03
  • Updated: 2024-11-22
  • Resolved: 2020-09-04
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 16
16 b15Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
This refactoring as a separate issue which will be used by JDK-8247536 for cds to archive the pre-generated  java.lang.invoke classes in shared archive. The work involves move parsing of LF_RESOLVE/SPECIES_RESOLVE output to GenerateJLIClassesHelper.java and related API changes,  thus they can be used both by jlink plugin and CDS easily. 
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/7e8927280f52 User: minqi Date: 2020-09-04 16:47:15 +0000
04-09-2020

Mandy suggested a patch for this work: http://cr.openjdk.java.net/~mchung/jdk16/webrevs/8247536/webrev-java-refactor/
03-09-2020