diff --git a/make/jprt.properties b/make/jprt.properties index 6d4b2458237..491462cdb97 100644 --- a/make/jprt.properties +++ b/make/jprt.properties @@ -417,15 +417,6 @@ my.test.targets.hotspot= \ # Make file based test targets -my.make.rule.test.targets.hotspot.basicvmtests= \ - linux_i586_3.8-*-default-hotspot_basicvmtest, \ - linux_x64_3.8-*-default-hotspot_basicvmtest, \ - macosx_x64_10.9-*-default-hotspot_basicvmtest, \ - solaris_sparcv9_5.11-*-default-hotspot_basicvmtest, \ - solaris_x64_5.11-*-default-hotspot_basicvmtest, \ - windows_i586_6.3-*-default-hotspot_basicvmtest, \ - windows_x64_6.3-*-default-hotspot_basicvmtest - my.make.rule.test.targets.hotspot.gtest= \ linux_i586_3.8-*-default-hotspot_gtest, \ linux_x64_3.8-*-default-hotspot_gtest, \ @@ -470,7 +461,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.gtest}, \ ${my.additional.make.rule.test.targets.hotspot.other}