RFR: 8319326: GC: Make TestParallelRefProc use createTestJavaProcessBuilder [v2]

Ramkumar Sunderbabu rsunderbabu at openjdk.org
Sat Nov 29 08:28:29 UTC 2025


> Summary of change:
> executeLimitedTestJava changed to executeTestJava to allow flags to be propagated to forked processes.
> @requires vm.gc.Serial & vm.gc.G1 - 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

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/28508/files
  - new: https://git.openjdk.org/jdk/pull/28508/files/29c0600c..a3edb127

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=28508&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=28508&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/28508.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28508/head:pull/28508

PR: https://git.openjdk.org/jdk/pull/28508


More information about the hotspot-gc-dev mailing list