We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf326b commit 8ef7832Copy full SHA for 8ef7832
src/hotspot/share/opto/graphKit.cpp
@@ -587,7 +587,7 @@ void GraphKit::builtin_throw(Deoptimization::DeoptReason reason) {
587
default:
588
break;
589
}
590
- if (failing()) { stop(); return; } // exception allocation might fail
+ // If we have a preconstructed exception object, use it.
591
if (ex_obj != nullptr) {
592
if (env()->jvmti_can_post_on_exceptions()) {
593
// check if we must post exception events, take uncommon trap if so
0 commit comments