On Thu, 11 Apr 2024 09:26:27 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
>> 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. Sorry, I missed this. Removed in current commit. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18602#discussion_r1560754800