diff -r c04a7462b0e6 -r 13edf132ffa0 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)