diff -r 3ffc38ad9083 -r 492c1fb41098 hotspot/test/Makefile --- a/hotspot/test/Makefile Mon May 12 15:50:20 2014 +0000 +++ b/hotspot/test/Makefile Mon May 12 06:17:05 2014 -0700 @@ -147,6 +147,11 @@ all: jtreg_tests @$(ECHO) "Testing completed successfully" +# Support "hotspot_" prefixed test make targets too +# The hotspot_% targets are for example invoked by the top level Makefile +hotspot_%: + $(MAKE) $* + # Prep for output prep: clean @$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)