Re: RFR: 8319648: java/lang/SecurityManager tests ignore vm flags [v2]

2024-02-29 Thread Sean Mullan
On Tue, 27 Feb 2024 13:29:07 GMT, Matthew Donovan wrote: >> In this PR I updated the tests to use the newer >> ProcessTools.createTestJavaProcessBuilder methods to pass VM options to >> child processes. > > Matthew Donovan has updated the pull request incrementally with one > additional commit

Re: RFR: 8319648: java/lang/SecurityManager tests ignore vm flags [v2]

2024-02-27 Thread Matthew Donovan
> In this PR I updated the tests to use the newer > ProcessTools.createTestJavaProcessBuilder methods to pass VM options to child > processes. Matthew Donovan has updated the pull request incrementally with one additional commit since the last revision: removed unused import statement -

Re: RFR: 8319648: java/lang/SecurityManager tests ignore vm flags

2024-02-26 Thread Sean Mullan
On Thu, 15 Feb 2024 17:06:25 GMT, Matthew Donovan 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 == n

RFR: 8319648: java/lang/SecurityManager tests ignore vm flags

2024-02-15 Thread Matthew Donovan
In this PR I updated the tests to use the newer ProcessTools.createTestJavaProcessBuilder methods to pass VM options to child processes. - Commit messages: - 8319648: java/lang/SecurityManager tests ignore vm flags Changes: https://git.openjdk.org/jdk/pull/17878/files Webrev: htt