From 13eeb8335fc62348c20255f9b71d5ab3daaa40ff Mon Sep 17 00:00:00 2001 From: Athijegannathan Sundararajan Date: Mon, 12 Sep 2016 18:25:49 +0530 Subject: [PATCH] 8165772: fix for 8165595 results in failure of jdk/test/tools/launcher/VersionCheck.java Reviewed-by: alanb, jlaskey --- make/CreateJmods.gmk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/make/CreateJmods.gmk b/make/CreateJmods.gmk index d8471a09aea..c452f1b9cf1 100644 --- a/make/CreateJmods.gmk +++ b/make/CreateJmods.gmk @@ -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.