Skip to content

Commit 3902efa

Browse files
authored
Remove the variations from jdk_custom (#4572)
Related to #4495 (comment) The jdk_custom variations are not necessarily the desired variations to run. Since jdk_lang_j9 was added for Mode501 (-Xgcpolicy:balanced), this variation is arguably missing from jdk_custom. If you replace command line options, the variations may end up doing nothing except extra runs. Signed-off-by: Peter Shipton <[email protected]>
1 parent afcf740 commit 3902efa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

openjdk/playlist.xml

-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
<include>openjdk.mk</include>
1717
<test>
1818
<testCaseName>jdk_custom</testCaseName>
19-
<variations>
20-
<variation>Mode150</variation>
21-
<variation>Mode650</variation>
22-
<variation>Mode1000</variation>
23-
</variations>
2419
<command>$(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
2520
$(JTREG_BASIC_OPTIONS) $(CUSTOM_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \
2621
$(TIMEOUT_HANDLER) \

0 commit comments

Comments
 (0)