Integrated: 8301627: System.exit and Runtime.exit debug logging
Roger Riggs
rriggs at openjdk.org
Tue Feb 21 15:40:36 UTC 2023
On Fri, 10 Feb 2023 20:33:39 GMT, Roger Riggs <rriggs at 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 <rriggs at 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
More information about the core-libs-dev
mailing list