RFR: 8301627: System.exit and Runtime.exit debug logging [v4]
Roger Riggs
rriggs at openjdk.org
Tue Feb 14 18:56:29 UTC 2023
> 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`.
Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
Correct System.getLogger link
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12517/files
- new: https://git.openjdk.org/jdk/pull/12517/files/a8eca9e5..60123543
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12517&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12517&range=02-03
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/12517.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12517/head:pull/12517
PR: https://git.openjdk.org/jdk/pull/12517
More information about the core-libs-dev
mailing list