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
> 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
-
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
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