Skip to content

Commit

Permalink
Merge pull request #16069 from fengxue-IS/cont_gc2
Browse files Browse the repository at this point in the history
Enable Gencon/Balanced/OptAvgPause GC policy in testing
  • Loading branch information
pshipton authored Oct 13, 2022
2 parents 069f33f + b46aa21 commit e8abb75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/functional/Java19andUp/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<testCaseName>Jep425Tests_testVirtualThread</testCaseName>
<variations>
<variation>--enable-preview -Xint -Xgcpolicy:optthruput</variation>
<variation>--enable-preview -Xint -Xgcpolicy:gencon</variation>
<variation>--enable-preview -Xint -Xgcpolicy:balanced</variation>
<variation>--enable-preview -Xint -Xgcpolicy:optavgpause</variation>
</variations>
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) $(JAVA_COMMAND) $(JVM_OPTIONS) \
--add-opens java.base/java.lang=ALL-UNNAMED \
Expand Down

0 comments on commit e8abb75

Please sign in to comment.