Integrated: 8315988: Parallel: Make TestAggressiveHeap use createTestJvm

Leo Korinth lkorinth at openjdk.org
Mon Sep 18 07:18:00 UTC 2023


On Mon, 11 Sep 2023 12:01:30 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:

> Make TestAggressiveHeap use createTestJvm (so that the test forwards VM/JAVA_OPTIONS). The TestAggressiveHeap flag implicitly turns on the parallel gc, thus  `@requires vm.gc.Parallel`. 
> 
> Tested with:
> `make run-test TEST=open/test/hotspot/jtreg/gc/arguments/TestAggressiveHeap.java JTREG="JAVA_OPTIONS=-XX:+UseParallelGC"` (PASS 1)
> `make run-test TEST=open/test/hotspot/jtreg/gc/arguments/TestAggressiveHeap.java JTREG="JAVA_OPTIONS=-XX:+UseSerialGC"` (PASS 0)
> `make run-test TEST=open/test/hotspot/jtreg/gc/arguments/TestAggressiveHeap.java`(PASS 1)
> 
> Started hs_tier1, hs_tier2 to see that we do not propagate conflicting flags.

This pull request has now been integrated.

Changeset: fbc766ee
Author:    Leo Korinth <lkorinth at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fbc766ee21ff7e6d414bd7d2c8bd7c9e1889a8af
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8315988: Parallel: Make TestAggressiveHeap use createTestJvm

Reviewed-by: ayang, tschatzl

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

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


More information about the hotspot-gc-dev mailing list