RFR: 8303392: Runtime.exec and ProcessBuilder.start should use System logger [v7]
Sean Mullan
mullan at openjdk.org
Wed Mar 22 21:19:48 UTC 2023
On Tue, 14 Mar 2023 18:08:08 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).
>
> Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove dead code and whitespace removal.
Marked as reviewed by mullan (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/12862#pullrequestreview-1353491027
More information about the core-libs-dev
mailing list