mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-19 23:05:28 +00:00
Cleanup code for jlink classes generation, move parsing file work to java.lang.invoke and add a new API in interface JavaLangInvokeAccess to generate holder classes, remove old APIs. The new API is used both by JLI and CDS. Reviewed-by: mchung, sundar