Skip to content

Commit

Permalink
Merge pull request #19792 from tajila/ehcr
Browse files Browse the repository at this point in the history
Add required options to failing HCR tests
  • Loading branch information
pshipton authored Jul 3, 2024
2 parents d1bd341 + 996eb78 commit e5b1460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/cmdLineTests/jvmtitests/jvmtitests_hcr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
</test>

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

Expand Down

0 comments on commit e5b1460

Please sign in to comment.