Skip to content

Commit

Permalink
Add -XX:+EnableExtendedHCR to jvmtitests_hcr rc018, rtc001
Browse files Browse the repository at this point in the history
Related to eclipse-openj9#19710
Issue eclipse-openj9#19765
Issue eclipse-openj9#19813

Signed-off-by: Peter Shipton <[email protected]>
  • Loading branch information
pshipton committed Jul 5, 2024
1 parent dd01de1 commit b74221b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/cmdLineTests/jvmtitests/jvmtitests_hcr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</test>

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

Expand All @@ -144,7 +144,7 @@
</test> -->

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

Expand Down

0 comments on commit b74221b

Please sign in to comment.