hotspot/test/Makefile
changeset 33728 6b9b9c3e0a39
parent 33588 13edf132ffa0
child 35505 2babb060aaf2
--- a/hotspot/test/Makefile	Thu Nov 12 10:39:00 2015 -0800
+++ b/hotspot/test/Makefile	Thu Nov 12 14:13:49 2015 -0800
@@ -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)