RFR: 8357282: Test vmTestbase/nsk/jvmti/AttachOnDemand/attach045/TestDescription.java times out after ClassNotFoundException

Alex Menkov amenkov at openjdk.org
Wed May 21 20:24:33 UTC 2025


The change fixes failure of vmTestbase/nsk/jvmti/AttachOnDemand/attach045/TestDescription.java test.
The test was problem-listed in jdk 11 due intermittent timeouts, but in jdk15-16 changes in nsk framework made the test fail 100% (it wasn't noticed as the test was problemlisted)
The problem is attach045 has "target" parameter which contain class name and arguments (all other tests have only class name), and value of the argument is passed in surrounding quotes, so target application fails with ClassNotFoundException.
Now I cannot reproduce original test failure, so removing the test from problemlist

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

Commit messages:
 - fix

Changes: https://git.openjdk.org/jdk/pull/25366/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25366&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8357282
  Stats: 8 lines in 2 files changed: 5 ins; 1 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/25366.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25366/head:pull/25366

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


More information about the serviceability-dev mailing list