-
Notifications
You must be signed in to change notification settings - Fork 728
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 tests for Value Type System.arraycopy transformation #17903
Add tests for Value Type System.arraycopy transformation #17903
Conversation
b676dde
to
61fb8f8
Compare
61fb8f8
to
0e1ef0e
Compare
0e1ef0e
to
80c44f7
Compare
test/functional/Valhalla/src/org/openj9/test/lworld/ValueTypeSystemArraycopyTests.java
Show resolved
Hide resolved
test/functional/Valhalla/src/org/openj9/test/lworld/ValueTypeSystemArraycopyTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src/org/openj9/test/lworld/ValueTypeSystemArraycopyTests.java
Outdated
Show resolved
Hide resolved
@hzongaro All comments are addressed. Ready for another review. Thanks! |
80c44f7
to
02d9874
Compare
test/functional/Valhalla/src/org/openj9/test/lworld/ValueTypeSystemArraycopyTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src/org/openj9/test/lworld/ValueTypeSystemArraycopyTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src/org/openj9/test/lworld/ValueTypeSystemArraycopyTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src/org/openj9/test/lworld/ValueTypeSystemArraycopyTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src/org/openj9/test/lworld/ValueTypeSystemArraycopyTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src/org/openj9/test/lworld/ValueTypeSystemArraycopyTests.java
Outdated
Show resolved
Hide resolved
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 for the updates! Mostly minor comments, plus one regarding whether checkResultsPartial
needs to do more checking.
Signed-off-by: Annabelle Huo <[email protected]>
02d9874
to
5861d55
Compare
The latest comments are addressed in 5861d55. Ready for another review. Thanks! |
Jenkins test sanity xlinuxval jdknext |
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.
Looks good!
Tests including the new tests passed. Merging. |
Add tests for Value Type
System.arraycopy
transformation