Integrated: 8316001: GC: Make TestArrayAllocatorMallocLimit use createTestJvm

Leo Korinth lkorinth at openjdk.org
Fri Sep 15 09:02:51 UTC 2023


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

> Make TestArrayAllocatorMallocLimit use createTestJvm (so that the test forwards VM/JAVA_OPTIONS). It seems there is no problem to propagate `-XX:+UnlockExperimentalVMOptions`.
> 
> Tested with:
> `make run-test TEST=open/test/hotspot/jtreg/gc/arguments/TestArrayAllocatorMallocLimit.java` (PASS 1)
> `make run-test TEST=open/test/hotspot/jtreg/gc/arguments/TestArrayAllocatorMallocLimit.java JTREG="JAVA_OPTIONS=-XX:+UnlockExperimentalVMOptions"` (PASS 1)
> 
> Started hs_tier1-5 to see that we do not propagate conflicting flags.

This pull request has now been integrated.

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

8316001: GC: Make TestArrayAllocatorMallocLimit use createTestJvm

Reviewed-by: ayang, tschatzl

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

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


More information about the hotspot-gc-dev mailing list