diff -r edc4431940b2 -r 5ec6ffa63c57 hotspot/src/share/vm/c1/c1_Runtime1.cpp --- a/hotspot/src/share/vm/c1/c1_Runtime1.cpp Wed Oct 14 13:30:47 2015 -0400 +++ b/hotspot/src/share/vm/c1/c1_Runtime1.cpp Wed Oct 14 15:36:41 2015 -0700 @@ -553,7 +553,7 @@ exception->print_value_string(), p2i((address)exception()), nm->method()->print_value_string(), p2i(pc), p2i(thread)); } // for AbortVMOnException flag - NOT_PRODUCT(Exceptions::debug_check_abort(exception)); + Exceptions::debug_check_abort(exception); // Clear out the exception oop and pc since looking up an // exception handler can cause class loading, which might throw an