RFR: 8344987: Test serviceability/sa/TestJhsdbJstackPrintVMLocks.java fails: NoClassDefFoundError: jdk/test/lib/Utils

Leonid Mesnik lmesnik at openjdk.org
Wed Nov 27 02:18:45 UTC 2024


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.

-------------

Commit messages:
 - Test is excluded from CDS group

Changes: https://git.openjdk.org/jdk/pull/22405/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22405&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8344987
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/22405.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22405/head:pull/22405

PR: https://git.openjdk.org/jdk/pull/22405


More information about the hotspot-dev mailing list