-
Notifications
You must be signed in to change notification settings - Fork 241
8315937: Enable parallelism in vmTestbase/nsk/stress/numeric tests #2156
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
8315937: Enable parallelism in vmTestbase/nsk/stress/numeric tests #2156
Conversation
Backporting the fix for https://bugs.openjdk.org/browse/JDK-8315937 merged as part of openjdk/jdk#15725. https://github.com/openjdk/jdk/commit/339034c150cad7d3e1df55dbfac6c2b7746c4f92.patch could be applied cleanly. Below are the results: * before_release: **150.44s user 11.33s system 552% cpu 29.291 total** * before_fastdebug: **390.49s user 14.77s system 952% cpu 42.535 total** * after_release: **152.51s user 11.60s system 592% cpu 27.716 total** * after_fastdebug: **348.22s user 12.40s system 929% cpu 38.792 total**
👋 Welcome back roy-soumadipta! A progress list of the required criteria for merging this PR into |
|
This backport pull request has now been updated with issue from the original commit. |
|
/approval request Improves test performance. Applies cleanly, test still passes. |
@roy-soumadipta The approval request has been created successfully. |
@roy-soumadipta This change now passes all automated pre-integration checks. 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 8 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. ➡️ To flag this PR as ready for integration with the above commit message, type |
/integrate |
@roy-soumadipta |
/sponsor |
Going to push as commit 96e3db7.
Your commit was automatically rebased without conflicts. |
@phohensee @roy-soumadipta Pushed as commit 96e3db7. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Backporting the fix for https://bugs.openjdk.org/browse/JDK-8315937 merged as part of openjdk/jdk#15725. https://github.com/openjdk/jdk/commit/eb1f67b160c4d2b8feb7330786ecd8e53ed53946.patch could be applied cleanly.
Below are the results:
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2156/head:pull/2156
$ git checkout pull/2156
Update a local copy of the PR:
$ git checkout pull/2156
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2156/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2156
View PR using the GUI difftool:
$ git pr show -t 2156
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2156.diff
Webrev
Link to Webrev Comment