RFR: 8301627: System.exit and Runtime.exit debug logging [v7]

Roger Riggs rriggs at openjdk.org
Mon Feb 20 18:07:52 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:

  fix double the

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/12517/files
  - new: https://git.openjdk.org/jdk/pull/12517/files/3dc13135..acce58f1

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12517&range=06
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12517&range=05-06

  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