Skip to content

Commit

Permalink
Merge pull request #19794 from tajila/ehcr
Browse files Browse the repository at this point in the history
(0.46) Add required options to failing HCR tests
  • Loading branch information
pshipton authored Jul 3, 2024
2 parents 72894c7 + 6d63e2f commit 5e68eba
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 5e68eba

Please sign in to comment.