8384107: [lworld] Update runtime/contended tests to run the same testing for value classes#2413
8384107: [lworld] Update runtime/contended tests to run the same testing for value classes#2413shivshah-oracle wants to merge 3 commits into
Conversation
|
👋 Welcome back shivshah-oracle! A progress list of the required criteria for merging this PR into |
|
@shivshah-oracle This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 213 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@fparain) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
Webrevs
|
|
As they are currently written, these tests don't exercise interactions between contended or oopmap code and value types. The classes with To test interactions between To test contended/value types/oopmap interactions, I'd recommend to declare a value type containing a reference type and a small primitive type (for instance |
…for contended oop map tests
Updated using Small(int x) for flattened value fields and Opt(Object o, boolean b) for oop map interaction testing, with exact types on all @contended fields. |
fparain
left a comment
There was a problem hiding this comment.
Looks good to me.
Thank you for the changes.
|
/integrate |
|
@shivshah-oracle |
Added OopMapsValue and OopMapsSameGroupValue, mirrors OopMaps tests using Integer instances to test contended oop maps with value class objects.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/2413/head:pull/2413$ git checkout pull/2413Update a local copy of the PR:
$ git checkout pull/2413$ git pull https://git.openjdk.org/valhalla.git pull/2413/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2413View PR using the GUI difftool:
$ git pr show -t 2413Using diff file
Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/2413.diff
Using Webrev
Link to Webrev Comment