diff -r 938c1c97ad3b -r 73f45d04ad7a hotspot/test/Makefile --- a/hotspot/test/Makefile Fri Feb 13 13:17:13 2015 +0100 +++ b/hotspot/test/Makefile Wed Feb 11 15:22:43 2015 -0800 @@ -271,7 +271,7 @@ # Report details on all failed or error tests, times too JTREG_BASIC_OPTIONS += -v:fail,error,time # Retain all files for failing tests -JTREG_BASIC_OPTIONS += -retain:fail,error +JTREG_BASIC_OPTIONS += -retain:all # Ignore tests are not run and completely silent about it JTREG_IGNORE_OPTION = -ignore:quiet JTREG_BASIC_OPTIONS += $(JTREG_IGNORE_OPTION)