From b74221b4d2b0fb3b6247d352886c3cee0728e111 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Fri, 5 Jul 2024 08:17:00 -0400 Subject: [PATCH] Add -XX:+EnableExtendedHCR to jvmtitests_hcr rc018, rtc001 Related to https://github.com/eclipse-openj9/openj9/pull/19710 Issue https://github.com/eclipse-openj9/openj9/issues/19765 Issue https://github.com/eclipse-openj9/openj9/issues/19813 Signed-off-by: Peter Shipton --- test/functional/cmdLineTests/jvmtitests/jvmtitests_hcr.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/cmdLineTests/jvmtitests/jvmtitests_hcr.xml b/test/functional/cmdLineTests/jvmtitests/jvmtitests_hcr.xml index 94e67ab0ec3..0745473f144 100644 --- a/test/functional/cmdLineTests/jvmtitests/jvmtitests_hcr.xml +++ b/test/functional/cmdLineTests/jvmtitests/jvmtitests_hcr.xml @@ -119,7 +119,7 @@ - $EXE$ $JVM_OPTS$ $AGENTLIB$=test:rc018 -cp $Q$$JAR$$Q$ $TESTRUNNER$ + $EXE$ $JVM_OPTS$ $AGENTLIB$=test:rc018 -XX:+EnableExtendedHCR -cp $Q$$JAR$$Q$ $TESTRUNNER$ @@ -144,7 +144,7 @@ --> - $EXE$ $JVM_OPTS$ $EXTRA_Add_OPEN_OPTION$ $AGENTLIB$=test:rtc001 -Dsun.reflect.noInflation=true -cp $Q$$JAR$$Q$ $TESTRUNNER$ + $EXE$ $JVM_OPTS$ $EXTRA_Add_OPEN_OPTION$ $AGENTLIB$=test:rtc001 -Dsun.reflect.noInflation=true -XX:+EnableExtendedHCR -cp $Q$$JAR$$Q$ $TESTRUNNER$