mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
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
1 changed files with 0 additions and 8 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue