Integrated: 8303392: Runtime.exec and ProcessBuilder.start should use System logger

Roger Riggs rriggs at openjdk.org
Wed Mar 29 17:35:48 UTC 2023


On Fri, 3 Mar 2023 19:26:52 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

> Runtime.exec and ProcessBuilder.start methods create a new operating system process with the program and arguments. Many applications configure a logging subsystem to monitor application events. Logging a process start message with the program, arguments, and stack trace can identify the caller and purpose.
> Logging the process start event is complementary to the process start event generated for JFR (Java Flight Recorder).

This pull request has now been integrated.

Changeset: d063b896
Author:    Roger Riggs <rriggs at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d063b8964fbdd6ca1d9527dabb40fed59bbc8ad7
Stats:     272 lines in 6 files changed: 272 ins; 0 del; 0 mod

8303392: Runtime.exec and ProcessBuilder.start should use System logger

Reviewed-by: stuefe, alanb, mullan

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

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


More information about the core-libs-dev mailing list