Skip to content

Commit

Permalink
Add -Xdump debug option for ValueTypeTests
Browse files Browse the repository at this point in the history
issue eclipse-openj9#20189

Signed-off-by: Hang Shao <[email protected]>
  • Loading branch information
hangshao0 committed Oct 29, 2024
1 parent 1320353 commit 9c9ca49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/Valhalla/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<variation>-Xnocompressedrefs -Xgcpolicy:gencon</variation>
</variations>
<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \
-Xint --enable-preview \
-Xint -Xdump:system+java+snap:events=systhrow,filter=java/lang/LinkageError,msg_filter=*Triangle2D* --enable-preview \
--add-opens java.base/jdk.internal.misc=ALL-UNNAMED \
--add-exports java.base/jdk.internal.value=ALL-UNNAMED \
-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)ValhallaTests.jar$(Q) \
Expand Down Expand Up @@ -74,7 +74,7 @@
<variation>-Xjit:count=1,disableAsyncCompilation -Xnocompressedrefs -Xgcpolicy:gencon</variation>
</variations>
<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \
--enable-preview \
-Xdump:system+java+snap:events=systhrow,filter=java/lang/LinkageError,msg_filter=*Triangle2D* --enable-preview \
--add-opens java.base/jdk.internal.misc=ALL-UNNAMED \
--add-exports java.base/jdk.internal.value=ALL-UNNAMED \
-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)ValhallaTests.jar$(Q) \
Expand Down

0 comments on commit 9c9ca49

Please sign in to comment.