On Thu, 11 Apr 2024 09:07:10 GMT, Mahendra Chhipa <mchh...@openjdk.org> wrote:
>> Updated following tests to use ProcessTools methods: >> test/jdk/java/lang/Thread/UncaughtExceptionsTest.java >> test/jdk/java/lang/annotation/LoaderLeakTest.java >> test/jdk/java/rmi/reliability/benchmark/bench/rmi/Main.java >> test/jdk/java/time/nontestng/java/time/chrono/HijrahConfigTest.java >> test/jdk/javax/naming/spi/providers/InitialContextTest.java > > Mahendra Chhipa has updated the pull request incrementally with one > additional commit since the last revision: > > Implemented the review comments. test/jdk/javax/naming/spi/providers/InitialContextTest.java line 301: > 299: .map(Path::toString) > 300: .collect(Collectors.joining(File.pathSeparator)); > 301: // System.setProperty("test.noclasspath", "true"); This newly introduced commented code can be removed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18602#discussion_r1560711526