8139256: Add Makefile target to run internal VM tests
authorehelin
Wed, 21 Oct 2015 13:41:27 +0200
changeset 33588 13edf132ffa0
parent 33587 c04a7462b0e6
child 33590 338b512e9b40
8139256: Add Makefile target to run internal VM tests Reviewed-by: ihse, erikj
hotspot/test/Makefile
--- a/hotspot/test/Makefile	Thu Oct 22 08:53:13 2015 +0200
+++ b/hotspot/test/Makefile	Wed Oct 21 13:41:27 2015 +0200
@@ -243,6 +243,9 @@
 	$(ECHO) "Running tests: $@"
 	$(MAKE) -j 1 TEST_SELECTION=":$@" UNIQUE_DIR=$@ jtreg_tests;
 
+hotspot_internal:
+	$(ALT_OUTPUTDIR)/jdk/bin/java -XX:+ExecuteInternalVMTests -XX:+ShowMessageBoxOnError -version
+
 # Prep for output
 prep: clean
 	@$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)