Skip to content

Commit

Permalink
Add jdk_lang_VarHandleTest_j9 test
Browse files Browse the repository at this point in the history
- Add jdk_lang_VarHandleTest_j9 test with specific jit option

Signed-off-by: Longyu Zhang <longyu.zhang@ibm.com>
  • Loading branch information
LongyuZhang committed Oct 26, 2021
1 parent a534849 commit e955bda
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,33 @@
<impl>ibm</impl>
</impls>
</test>
<test>
<testCaseName>jdk_lang_VarHandleTest_j9</testCaseName>
<variations>
<variation>$(TEST_VARIATION_JIT_AGGRESIVE) $(TEST_VARIATION_JIT_PREVIEW) -Xjit:scratchSpaceFactorWhenJSR292Workload=1 Mode150</variation>
<variation>$(TEST_VARIATION_JIT_AGGRESIVE) $(TEST_VARIATION_JIT_PREVIEW) -Xjit:scratchSpaceFactorWhenJSR292Workload=1 Mode650</variation>
<variation>$(TEST_VARIATION_JIT_AGGRESIVE) $(TEST_VARIATION_JIT_PREVIEW) -Xjit:scratchSpaceFactorWhenJSR292Workload=1 Mode1000</variation>
</variations>
<command>$(JAVA_COMMAND) -Xmx512m -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) \
-w $(Q)$(REPORTDIR)$(D)work$(Q) \
-r $(Q)$(TEST_RESROOT)$(D)report$(Q) \
-jdk:$(Q)$(TEST_JDK_HOME)$(Q) \
$(Q)$(OPENJDK_DIR)$(D)test$(D)jdk$(D)java$(D)lang$(D)invoke$(D)VarHandles$(Q); \
$(TEST_STATUS)</command>
<versions>
<version>17</version>
</versions>
<levels>
<level>sanity</level>
</levels>
<groups>
<group>openjdk</group>
</groups>
<impls>
<impl>openj9</impl>
</impls>
</test>
<test>
<testCaseName>jdk_util_zip_ZipFile_TestCleaner_j9</testCaseName>
<variations>
Expand Down

0 comments on commit e955bda

Please sign in to comment.