--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp Wed Oct 14 13:30:47 2015 -0400
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp Wed Oct 14 15:36:41 2015 -0700
@@ -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());