Skip to content

Commit

Permalink
Update playlist of jdk_lang_j9 test (#5824)
Browse files Browse the repository at this point in the history
Update playlist of jdk_lang_j9 test for increasing
test coverage.

there are no enough test cases for testing balanced
sweep compaction code, so adding the variation for
jdk_lang_j9 test with fvt option
-XXgc:fvtest_forceCopyForwardHybridMarkCompactRatio=10
(force random pick 10% collection set(regions) to be
sweep/compact instead of copyforward during regular PGC).

Signed-off-by: lhu <linhu@ca.ibm.com>
  • Loading branch information
LinHu2016 authored Dec 13, 2024
1 parent 882b6d5 commit 20a8871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,7 @@
<testCaseName>jdk_lang_j9</testCaseName>
<variations>
<variation>$(TEST_VARIATION_DUMP) $(TEST_VARIATION_JIT_PREVIEW) Mode501</variation>
<variation>$(TEST_VARIATION_DUMP) $(TEST_VARIATION_JIT_PREVIEW) Mode501 -XXgc:fvtest_forceCopyForwardHybridMarkCompactRatio=10</variation>
</variations>
<command>$(JAVA_COMMAND) -Xmx768m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
$(JTREG_BASIC_OPTIONS) $(JDK_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \
Expand Down

0 comments on commit 20a8871

Please sign in to comment.