hotspot/src/share/vm/opto/runtime.cpp
changeset 33208 5ec6ffa63c57
parent 33063 9e222337a81e
child 33470 0ce01b662ff2
child 33611 9abd65805e19
--- a/hotspot/src/share/vm/opto/runtime.cpp	Wed Oct 14 13:30:47 2015 -0400
+++ b/hotspot/src/share/vm/opto/runtime.cpp	Wed Oct 14 15:36:41 2015 -0700
@@ -1235,7 +1235,7 @@
   }
 
   // for AbortVMOnException flag
-  NOT_PRODUCT(Exceptions::debug_check_abort(exception));
+  Exceptions::debug_check_abort(exception);
 
 #ifdef ASSERT
   if (!(exception->is_a(SystemDictionary::Throwable_klass()))) {