diff -r 69f942690128 -r e1b420c520a0 hotspot/test/Makefile --- a/hotspot/test/Makefile Tue May 05 12:33:57 2015 -0700 +++ b/hotspot/test/Makefile Wed May 06 17:42:24 2015 -0700 @@ -368,6 +368,10 @@ for variant in $(JVM_VARIANTS); \ do \ $(MAKE) JAVA_ARGS="$(JAVA_ARGS) -$$variant" hotspot_$${variant}test; \ + res=$$?; \ + if [ $$res -ne 0 ]; then \ + exit $$res; \ + fi; \ done PHONY_LIST += hotspot_basicvmtest