On Thu, 11 May 2023 07:19:47 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:

> When using -Xcomp, the 5 second sleep in the debuggee main thread is not long 
> enough to guarantee using SIGTERM on the debuggee will make it exit(143) 
> before the main thread exits cleanly with exitValue 0. The easiest solution 
> is to just allow exitValue 0. See the CR for more details on other solutions 
> I rejected.

This pull request has now been integrated.

Changeset: 489658db
Author:    Chris Plummer <cjplum...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/489658dbd2cd518a17611dcc01c0109046cf97a8
Stats:     8 lines in 1 file changed: 4 ins; 0 del; 4 mod

8307885: com/sun/jdi/ConnectedVMs.java fails with "Invalid debuggee exitValue: 
0"

Reviewed-by: kevinw, sspitsyn

-------------

PR: https://git.openjdk.org/jdk/pull/13923

Reply via email to