-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add jdk_lang_VarHandleTest_j9 test #3100
Conversation
Test Links: |
openjdk/playlist.xml
Outdated
-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); \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$(D) is not necessary. We do not need to use it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to use /
, thanks
<group>openjdk</group> | ||
</groups> | ||
<impls> | ||
<impl>openj9</impl> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add ibm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added ibm too.
@@ -577,6 +577,33 @@ | |||
<impl>ibm</impl> | |||
</impls> | |||
</test> | |||
<test> | |||
<testCaseName>jdk_lang_VarHandleTest_j9</testCaseName> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- jdk_lang_VarHandleTest_j9 needs to be excluded in jdk_lang
- jit opt is a temporary solution. Please add a comment about it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment about temporary solution with jit opt has been added.
Excluding VarHandleTests are in another PR: #3101.
New test links: win: 19057 plinux: 19058
- Add jdk_lang_VarHandleTest_j9 test with specific jit option Signed-off-by: Longyu Zhang <longyu.zhang@ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @LongyuZhang
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Longyu Zhang longyu.zhang@ibm.com