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

Reviewed-by: alanb, jlaskey
This commit is contained in:
Athijegannathan Sundararajan 2016-09-12 18:25:49 +05:30
parent 9e5b1e14bf
commit 13eeb8335f

View File

@ -82,14 +82,6 @@ ifeq ($(MODULE), java.base)
endif
endif
ifeq ($(MODULE), jdk.scripting.nashorn.shell)
JMOD_FLAGS += --main-class jdk.nashorn.tools.jjs.Main
endif
ifeq ($(MODULE), jdk.scripting.nashorn)
JMOD_FLAGS += --main-class jdk.nashorn.tools.Shell
endif
# Changes to the jmod tool itself should also trigger a rebuild of all jmods.
# The variable JMOD_CMD could contain an environment variable assignment before
# the actual command. Filter that out using wildcard before adding to DEPS.