On Thu, 15 Feb 2024 17:06:25 GMT, Matthew Donovan <mdono...@openjdk.org> wrote:
> In this PR I updated the tests to use the newer > ProcessTools.createTestJavaProcessBuilder methods to pass VM options to child > processes. test/jdk/java/lang/System/SecurityManagerWarnings.java line 135: > 133: if (prop == null) { > 134: pb = new ProcessBuilder( > 135: JDKToolFinder.getJDKTool("java"), You can remove the import of `JDKToolFinder` on line 31 now. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17878#discussion_r1502765515