Merge
authorctornqvi
Thu, 23 Apr 2015 19:01:07 +0000
changeset 30562 bc911febff4c
parent 30559 01cf19c49555 (current diff)
parent 30561 8c9f07882e27 (diff)
child 30563 03c5eaa78f80
Merge
--- a/hotspot/test/Makefile	Thu Apr 23 16:44:07 2015 +0000
+++ b/hotspot/test/Makefile	Thu Apr 23 19:01:07 2015 +0000
@@ -399,15 +399,6 @@
 
 ################################################################
 
-# internalvmtests (run internal unit tests inside the VM)
-
-hotspot_internalvmtests internalvmtests: prep $(PRODUCT_HOME)
-	$(PRODUCT_HOME)/bin/java $(JAVA_OPTIONS) -XX:+ExecuteInternalVMTests -version
-
-PHONY_LIST += hotspot_internalvmtests internalvmtests
-
-################################################################
-
 # Phony targets (e.g. these are not filenames)
 .PHONY: all clean prep $(PHONY_LIST)