RFR: 8300721: Cleanup ProblemList-svc-vthread.txt

Chris Plummer cjplummer at openjdk.org
Fri Jan 20 16:52:18 UTC 2023


There are a number of entries in ProblemList-svc-vthread.txt that don't have any CRs associated with them. CRs have since been created and the problemlist needs to be updated to reflect this. Here are links to the relevant CRs:

[JDK-8285414](https://bugs.openjdk.org/browse/JDK-8285414): [LOOM] Some nsk/jdi tests fail due to not expecting OPAQUE_FRAME from JVMTI PopFrame()
[JDK-8300712](https://bugs.openjdk.org/browse/JDK-8300712): nsk/jvmti/scenarios/allocation/AP11/ap11t001 fails with the virtual thread wrapper
[JDK-8300711](https://bugs.openjdk.org/browse/JDK-8300711): nsk/jvmti/CompiledMethodUnload/compmethunload001 fails with the virtual thread wrapper
[JDK-8300709](https://bugs.openjdk.org/browse/JDK-8300709): nsk/jvmti/GetObjectMonitorUsage/objmonusage006 test asserts with virtual thread wrapper
[JDK-8300708](https://bugs.openjdk.org/browse/JDK-8300708): some nsk jvmti tests fail with virtual thread wrapper due to missing jvmti missing some virtual thread support
[JDK-8300707](https://bugs.openjdk.org/browse/JDK-8300707): jdb "list" and "repeat" tests fails with virtual thread wrapper

Note the following two tests are covered by the pre-existing [JDK-8285414](https://bugs.openjdk.org/browse/JDK-8285414),  and were move down to the section with other tests problemlisted under this CR:


vmTestbase/nsk/jdb/pop_exception/pop_exception001/pop_exception001.java
vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses002/TestDescription.java


Also, the following test has been removed, so it is being removed from the problemlist:


vmTestbase/nsk/jvmti/Breakpoint/breakpoint001/TestDescription.java

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

Commit messages:
 - update copyright
 - Updates for newly filed CRs.

Changes: https://git.openjdk.org/jdk/pull/12109/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12109&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8300721
  Stats: 38 lines in 1 file changed: 4 ins; 12 del; 22 mod
  Patch: https://git.openjdk.org/jdk/pull/12109.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12109/head:pull/12109

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


More information about the serviceability-dev mailing list