diff --git a/common/bin/compare_exceptions.sh.incl b/common/bin/compare_exceptions.sh.incl index 90e110c8978..b015b7d0d8b 100644 --- a/common/bin/compare_exceptions.sh.incl +++ b/common/bin/compare_exceptions.sh.incl @@ -83,7 +83,6 @@ ACCEPTED_BIN_DIFF=" ./bin/jcmd ./bin/jconsole ./bin/jdb -./bin/jhat ./bin/jimage ./bin/jinfo ./bin/jjs @@ -163,7 +162,6 @@ ACCEPTED_BIN_DIFF=" ./bin/jcmd ./bin/jconsole ./bin/jdb -./bin/jhat ./bin/jimage ./bin/jinfo ./bin/jjs @@ -284,7 +282,6 @@ ACCEPTED_SMALL_SIZE_DIFF=" ./bin/jcmd ./bin/jconsole ./bin/jdb -./bin/jhat ./bin/jimage ./bin/jinfo ./bin/jjs @@ -420,7 +417,6 @@ ACCEPTED_SMALL_SIZE_DIFF=" ./bin/jcmd ./bin/jconsole ./bin/jdb -./bin/jhat ./bin/jimage ./bin/jinfo ./bin/jjs @@ -499,7 +495,6 @@ ACCEPTED_SMALL_SIZE_DIFF=" ./bin/jcmd.exe ./bin/jconsole.exe ./bin/jdb.exe -./bin/jhat.exe ./bin/jimage.exe ./bin/jinfo.exe ./bin/jjs.exe @@ -579,7 +574,6 @@ ACCEPTED_BIN_DIFF=" ./bin/jcmd ./bin/jconsole ./bin/jdb -./bin/jhat ./bin/jimage ./bin/jinfo ./bin/jjs diff --git a/make/Images.gmk b/make/Images.gmk index 5d29ad47ead..719867cce38 100644 --- a/make/Images.gmk +++ b/make/Images.gmk @@ -213,7 +213,6 @@ ifneq ($(OPENJDK_TARGET_OS), windows) jcmd.1 \ jdb.1 \ jdeps.1 \ - jhat.1 \ jinfo.1 \ jmap.1 \ jps.1 \ diff --git a/make/jprt.properties b/make/jprt.properties index cc31a94cfbc..ef3a45d000e 100644 --- a/make/jprt.properties +++ b/make/jprt.properties @@ -428,15 +428,6 @@ my.make.rule.test.targets.hotspot.basicvmtests= \ windows_i586_6.2-*-default-hotspot_basicvmtest, \ windows_x64_6.2-*-default-hotspot_basicvmtest -my.make.rule.test.targets.hotspot.internalvmtests= \ - solaris_sparcv9_5.11-fastdebug-c2-hotspot_internalvmtests, \ - solaris_x64_5.11-fastdebug-c2-hotspot_internalvmtests, \ - linux_i586_2.6-fastdebug-c2-hotspot_internalvmtests, \ - linux_x64_2.6-fastdebug-c2-hotspot_internalvmtests, \ - macosx_x64_10.9-fastdebug-c2-hotspot_internalvmtests, \ - windows_i586_6.2-fastdebug-c2-hotspot_internalvmtests, \ - windows_x64_6.2-fastdebug-c2-hotspot_internalvmtests - my.make.rule.test.targets.hotspot.reg.group= \ solaris_sparcv9_5.11-fastdebug-c2-GROUP, \ solaris_x64_5.11-fastdebug-c2-GROUP, \ @@ -450,7 +441,6 @@ my.make.rule.test.targets.hotspot.reg.group= \ # Hotspot jtreg tests my.make.rule.test.targets.hotspot.reg= \ - ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_wbapitest}, \ ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_1}, \ ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_2}, \ ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_3}, \ @@ -466,7 +456,6 @@ my.make.rule.test.targets.hotspot.reg= \ # Other Makefile based Hotspot tests my.make.rule.test.targets.hotspot.other= \ ${my.make.rule.test.targets.hotspot.basicvmtests}, \ - ${my.make.rule.test.targets.hotspot.internalvmtests}, \ ${my.additional.make.rule.test.targets.hotspot.other} # All the makefile based tests to run diff --git a/modules.xml b/modules.xml index add81f4e8f1..9d9580ccf4a 100644 --- a/modules.xml +++ b/modules.xml @@ -2,7 +2,7 @@