hotspot/src/share/vm/c1/c1_Runtime1.cpp
changeset 33208 5ec6ffa63c57
parent 31620 53be635ad49c
child 33230 23bb11a5cf4e
--- 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