Skip to content

Commit

Permalink
Backport 1dfa1eaea0c8958f4b793c0766e36607cbde5c7f
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed May 30, 2022
1 parent 370730f commit 2a9ddbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jdk.jdwp.agent/share/native/libjdwp/invoker.c
Expand Up @@ -845,6 +845,7 @@ invoker_completeInvokeRequest(jthread thread)
(void)outStream_writeObjectTag(env, &out, exc);
(void)outStream_writeObjectRef(env, &out, exc);
outStream_sendReply(&out);
outStream_destroy(&out);
}

/*
Expand Down

0 comments on commit 2a9ddbd

Please sign in to comment.