On Fri, 10 Mar 2023 15:11:50 GMT, Roger Riggs wrote:
>> test/jdk/java/lang/ProcessBuilder/ProcessStartLoggingTest.java line 81:
>>
>>> 79: File nullDirectory = null;
>>> 80: File thisDirectory = new File(".");
>>> 81:
>>
>> I started to heavily use different `@test` sections wi
On Thu, 9 Mar 2023 20:24:11 GMT, Thomas Stuefe wrote:
>> Roger Riggs has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Revise logging of ProcessBuilder.start to support DEBUG and TRACE logging.
>> Revise the implNote to include a warning
On Thu, 9 Mar 2023 19:53:07 GMT, Roger Riggs 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 wit
> 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