On Fri, 16 Feb 2024 13:13:05 GMT, Matthew Donovan <mdono...@openjdk.org> wrote:
>> In this PR I updated the tests to use the newer >> ProcessTools.createTestJavaProcessBuilder() methods to launch child >> processes. This method ensures that VM options are passed to subprocesses. > > Matthew Donovan has updated the pull request incrementally with one > additional commit since the last revision: > > Updated Compatibility.java to use newer Proctools methods to pass VM > options to subprocesses. The tests that used to call `createLimitedTestJavaProcessBuilder` intentionally avoid copying all the VM options so they can provide their own. Are you sure they should be modified? ------------- PR Comment: https://git.openjdk.org/jdk/pull/17877#issuecomment-1948426083