Relates :
|
|
Relates :
|
JDK build first builds jdk.jdeps as an interim module for CreateSymbols build tool to use. CreateSymbols depends on com.sun.tools.classfile library rather than the entire jdk.jdeps module. jdeps can use the new API to get the real entry name and versioned entries for multi-release JAR but not the interim jdeps module. This issue is a follow-up to JDK-8189611.