RFR: 8319161: GC: Make TestParallelGCThreads use createTestJavaProcessBuilder [v2]
Stefan Karlsson
stefank at openjdk.org
Tue Dec 2 13:14:28 UTC 2025
On Tue, 2 Dec 2025 08:56:28 GMT, Ramkumar Sunderbabu <rsunderbabu at openjdk.org> wrote:
>> Summary of change:
>>
>> 1. executeLimitedTestJava changed to executeTestJava to allow flags to be propagated to forked processes.
>> 2. `@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").
>> 3. Addition of ZGC to list of parallel collectors
>>
>> 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:
>
> separating test sections
Could you update the summary of this PR to reflect the final change? Could you also indicate that you have rerun the testing with the latest changes?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28566#issuecomment-3601982344
More information about the hotspot-gc-dev
mailing list