hotspot/src/share/vm/c1/c1_Runtime1.cpp
changeset 33470 0ce01b662ff2
parent 33465 6063f28a6efb
parent 33230 23bb11a5cf4e
child 34220 1ba69cb5585c
--- a/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Mon Oct 26 19:33:31 2015 -0700
+++ b/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Tue Oct 27 01:45:01 2015 -0400
@@ -555,7 +555,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