-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b16
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 of the start event is complementary to the process start event generated for JFR (Java Flight Recorder) inJDK-8222000.
Logging of the start event is complementary to the process start event generated for JFR (Java Flight Recorder) in
- csr for
-
JDK-8303619 Runtime.exec and ProcessBuilder.start should use System logger
- Closed
- relates to
-
JDK-8222000 JFR: Process start event
- Resolved