RFR 8165772: fix for 8165595 results in failure of jdk/test/tools/launcher/VersionCheck.java

Sundararajan Athijegannathan sundararajan.athijegannathan at oracle.com
Mon Sep 12 12:32:26 UTC 2016


Bug: https://bugs.openjdk.java.net/browse/JDK-8165772

This VersionCheck.java test failed after main class was added to nashorn
modules. VersionCheck expects all jdk/bin tools to be derived from the
standard launcher. But, jlink generates shell scripts and batch files
for modules with main class.  I'm reverting back nashorn module main
class addition makefile change and also removing VersionCheck from
ProblemList.txt:

Webrevs:

Top: http://cr.openjdk.java.net/~sundar/8165772/top/webrev.02/

Jdk: http://cr.openjdk.java.net/~sundar/8165772/jdk/webrev.02/

I'm withdrawing my earlier jlink fix attempt:
http://mail.openjdk.java.net/pipermail/jigsaw-dev/2016-September/009339.html

Thanks,

-Sundar



More information about the core-libs-dev mailing list