On Sat, 7 Mar 2026 13:49:47 GMT, Roger Riggs <[email protected]> wrote:
> Refactor ProcessBuilder and ProcessHandle tests to use Junit instead of > TestNG. > Remove old main testng driver stubs that allowed tests to be run from the > command line. test/jdk/java/lang/ProcessBuilder/ReaderWriterTest.java line 55: > 53: */ > 54: > 55: @TestInstance(TestInstance.Lifecycle.PER_CLASS) As far as I can see, this isn't needed for the test. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30128#discussion_r2902810056
