hotspot/test/Makefile
changeset 30560 cf3db7dbf104
parent 30267 e35e0c092042
child 30569 28d0b4c56125
--- a/hotspot/test/Makefile	Wed Apr 22 10:31:15 2015 +0200
+++ b/hotspot/test/Makefile	Wed Apr 22 13:58:42 2015 -0700
@@ -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)