We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234afe4 commit 69fc2a2Copy full SHA for 69fc2a2
pljava-so/src/main/c/Invocation.c
@@ -230,9 +230,9 @@ void Invocation_popInvocation(bool wasException)
230
{
231
jthrowable ex = (jthrowable)JNI_getStaticObjectField(
232
s_Invocation_class, s_Invocation_s_unhandled);
233
+ bool already_hit = Exception_isPGUnhandled(ex);
234
JNI_setStaticObjectField(
235
s_Invocation_class, s_Invocation_s_unhandled, NULL);
- bool already_hit = Exception_isPGUnhandled(ex);
236
237
JNI_exceptionStacktraceAtLevel(ex,
238
wasException ? DEBUG2 : already_hit ? WARNING : DEBUG1);
0 commit comments