hotspot/test/Makefile
changeset 33588 13edf132ffa0
parent 30595 1416b16e7f55
child 35505 2babb060aaf2
--- 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)