hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
changeset 33230 23bb11a5cf4e
parent 33198 b37ad9fbf681
parent 33208 5ec6ffa63c57
child 33632 038347770a9e
child 33593 60764a78fa5c
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Mon Oct 19 12:30:17 2015 -0700
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Oct 20 11:17:19 2015 -0400
@@ -458,7 +458,7 @@
 //       // warning("performance bug: should not call runtime if method has no exception handlers");
 //     }
     // for AbortVMOnException flag
-    NOT_PRODUCT(Exceptions::debug_check_abort(h_exception));
+    Exceptions::debug_check_abort(h_exception);
 
     // exception handler lookup
     KlassHandle h_klass(THREAD, h_exception->klass());