# HG changeset patch # User ctornqvi # Date 1429815667 0 # Node ID bc911febff4cc57ce75d39db74220b7c08a58863 # Parent 01cf19c4955567ffb7335beb2a4613d9f74d95bb# Parent 8c9f07882e27b1b25d6617da52fcfcce1d719060 Merge diff -r 01cf19c49555 -r bc911febff4c hotspot/test/Makefile --- 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)