-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8355512: Test compiler/vectorization/TestVectorZeroCount.java times out with -XX:TieredStopAtLevel=3 #25243
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
Conversation
|
👋 Welcome back jkarthikeyan! A progress list of the required criteria for merging this PR into |
|
@jaskarth 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 282 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. ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
chhagedorn
left a comment
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, thanks for fixing it!
|
@jaskarth @chhagedorn Hmm, this means that this test could not be run with GraalVM, for example. That's a shame. |
|
@eme64 I think |
|
@jaskarth Thanks for doing the research on this, nice to see that there is a solution :) |
|
@eme64 @chhagedorn Thanks a lot for the reviews! Does testing need to be run on this change, or can I integrate it? |
chhagedorn
left a comment
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.
Good improvement!
I think it's good to go in since you only exclude it from running in the problematic scenarios. |
|
@jaskarth Thanks for asking. I'll run some testing, just to be safe :) |
|
@eme64 Any results with testing? :) |
|
@jaskarth All 🟢 , ship it! 🚢 |
|
Thanks for the testing @eme64, an thank you for the review @chhagedorn! /integrate |
|
Going to push as commit 37d04a1.
Your commit was automatically rebased without conflicts. |
Hi all,
This is a small patch to TestVectorZeroCount to make it only execute when C2 is enabled, to fix a timeout with -XX:TieredStopAtLevel=3. This test takes a long time to finish without C2 because it iterates through all of the integers twice. Since the intention of the test is to stress the C2-specific
numberOfLeadingZerosandnumberOfTrailingZerosintrinsics, I think it makes sense to limit it to running with C2 only.Reviews would be appreciated!
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/25243/head:pull/25243$ git checkout pull/25243Update a local copy of the PR:
$ git checkout pull/25243$ git pull https://git.openjdk.org/jdk.git pull/25243/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 25243View PR using the GUI difftool:
$ git pr show -t 25243Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/25243.diff
Using Webrev
Link to Webrev Comment