-
Notifications
You must be signed in to change notification settings - Fork 5.9k
8344987: Test serviceability/sa/TestJhsdbJstackPrintVMLocks.java fails: NoClassDefFoundError: jdk/test/lib/Utils #22405
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 lmesnik! A progress list of the required criteria for merging this PR into |
@lmesnik 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 133 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 |
How about exclude this test in |
@sendaoYan adding to the PL will mean the test never runs. With the proposed change it will still run in tier1_serviceability where it has not been seen to fail, but will no longer run in the problematic tier4 grouping. This seems a reasonable compromise. That said we have modified a number of tests to workaround the CODETOOLS issue, so we could do that here as well. |
Thanks David's explanation. |
/cc hotspot-runtime |
@lmesnik |
@lmesnik |
/integrate |
Going to push as commit 0664b51.
Your commit was automatically rebased without conflicts. |
The real bug is
https://bugs.openjdk.org/browse/CODETOOLS-7902847 Class directory of a test case should not be used to compile a library
and the following workaround just excludes the testing group where it fails often.
There is no plans to update test right now. The jtreg should be fixed.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/22405/head:pull/22405
$ git checkout pull/22405
Update a local copy of the PR:
$ git checkout pull/22405
$ git pull https://git.openjdk.org/jdk.git pull/22405/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 22405
View PR using the GUI difftool:
$ git pr show -t 22405
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/22405.diff
Using Webrev
Link to Webrev Comment