On Fri, 10 Feb 2023 20:33:39 GMT, Roger Riggs <rri...@openjdk.org> wrote:

> It can be difficult to find the cause of calls to 
> `java.lang.System.exit(status)` and `Runtime.exit(status)` because the Java 
> runtime exits.
> The status value and stack trace are logged using the System Logger named 
> `java.lang.Runtime` with message level `System.Logger.Level.DEBUG`.

This pull request has now been integrated.

Changeset: 10b4cc9e
Author:    Roger Riggs <rri...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/10b4cc9eb49c14a6be03b3f53e97037529169ed1
Stats:     160 lines in 6 files changed: 160 ins; 0 del; 0 mod

8301627: System.exit and Runtime.exit debug logging

Reviewed-by: alanb, chegar

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

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

Reply via email to