diff -r 3d55863a66ba -r 5208524ce05c hotspot/test/Makefile --- a/hotspot/test/Makefile Sat May 02 00:16:29 2015 -0700 +++ b/hotspot/test/Makefile Mon May 04 17:10:50 2015 +0200 @@ -28,8 +28,6 @@ ALT_MAKE ?= closed --include $(ALT_MAKE)/Makefile - GETMIXEDPATH=echo # Utilities used @@ -306,6 +304,8 @@ endif JTREG_BASIC_OPTIONS += $(JTREG_KEY_OPTION) +-include $(ALT_MAKE)/Makefile + # Make sure jtreg exists $(JTREG): $(JT_HOME) @@ -401,15 +401,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)