8165772: fix for 8165595 results in failure of jdk/test/tools/launcher/VersionCheck.java
Reviewed-by: alanb, jlaskey
This commit is contained in:
parent
9e5b1e14bf
commit
13eeb8335f
@ -82,14 +82,6 @@ ifeq ($(MODULE), java.base)
|
|||||||
endif
|
endif
|
||||||
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.
|
# 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 variable JMOD_CMD could contain an environment variable assignment before
|
||||||
# the actual command. Filter that out using wildcard before adding to DEPS.
|
# the actual command. Filter that out using wildcard before adding to DEPS.
|
||||||
|
Loading…
Reference in New Issue
Block a user