RFR: 8319326: GC: Make TestParallelRefProc use createTestJavaProcessBuilder [v3]
Stefan Karlsson
stefank at openjdk.org
Wed Dec 3 15:02:44 UTC 2025
On Wed, 3 Dec 2025 14:38:57 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. Allowing GC flags will result in VM initialization error ("Multiple garbage collectors selected"). So, test is split into separate sections pertaining to GC requirements. @requires now has corresponding GC flag condition.
>> 3. Removal of WhiteBox dependency and few cleanups.
>>
>> 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:
>
> test split into sections
Marked as reviewed by stefank (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28508#pullrequestreview-3535481958
More information about the hotspot-gc-dev
mailing list