RFR: 8319326: GC: Make TestParallelRefProc use createTestJavaProcessBuilder [v2]
Stefan Karlsson
stefank at openjdk.org
Wed Dec 3 09:30:51 UTC 2025
On Sat, 29 Nov 2025 08:28:29 GMT, Ramkumar Sunderbabu <rsunderbabu at openjdk.org> wrote:
>> Summary of change:
>> executeLimitedTestJava changed to executeTestJava to allow flags to be propagated to forked processes.
>> `@requires vm.gc == null` - this line is added to skip runs that use GC flags in test vm options. Allowing GC flags will result in VM initialization error ("Multiple garbage collectors selected").
>>
>> Testing:
>> HS Tiers 1 and 2
>> Ran with all flag combinations in CI
>
> Ramkumar Sunderbabu has updated the pull request incrementally with one additional commit since the last revision:
>
> fixing the requires condition
> I guess you mean https://github.com/openjdk/jdk/pull/28566. I will restructure this test along those lines.
Yes, you are right.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28508#issuecomment-3605888987
More information about the hotspot-gc-dev
mailing list