Skip to content

Commit ae6bcdf

Browse files
authored
Merge pull request #19819 from pshipton/hcr2
Add -XX:+EnableExtendedHCR to jvmtitests_hcr rc018, rtc001
2 parents dd01de1 + b74221b commit ae6bcdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/cmdLineTests/jvmtitests/jvmtitests_hcr.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
</test>
120120

121121
<test id="rc018">
122-
<command>$EXE$ $JVM_OPTS$ $AGENTLIB$=test:rc018 -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>
122+
<command>$EXE$ $JVM_OPTS$ $AGENTLIB$=test:rc018 -XX:+EnableExtendedHCR -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>
123123
<return type="success" value="0"/>
124124
</test>
125125

@@ -144,7 +144,7 @@
144144
</test> -->
145145

146146
<test id="rtc001">
147-
<command>$EXE$ $JVM_OPTS$ $EXTRA_Add_OPEN_OPTION$ $AGENTLIB$=test:rtc001 -Dsun.reflect.noInflation=true -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>
147+
<command>$EXE$ $JVM_OPTS$ $EXTRA_Add_OPEN_OPTION$ $AGENTLIB$=test:rtc001 -Dsun.reflect.noInflation=true -XX:+EnableExtendedHCR -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>
148148
<return type="success" value="0"/>
149149
</test>
150150

0 commit comments

Comments
 (0)