-
Bug
-
Resolution: Fixed
-
P4
-
24, repo-loom
-
b03
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8348465 | 24.0.1 | Sendao Yan | P4 | Resolved | Fixed | b04 |
JDK-8346590 | 24 | Sendao Yan | P4 | Resolved | Fixed | b29 |
This test fails after JDK-8338383 when using JTREG_TEST_THREAD_FACTORY=Virtual. The test uses JVMTI StopThread on a thread expecting it to be mounted. Before JDK-8338383 it would be mounted because it was blocked on a syncrhonized, which resulted in the thread being pinned. After JDK-8338383 this is no longer the case and the virtual thread has unmounted. This causes JVMTI StopThread to fail with JVMTI_ERROR_OPAQUE_FRAME because it only supports mounted virtual threads.
- backported by
-
JDK-8346590 vmTestbase/nsk/jdb/kill/kill001/kill001.java fails with JTREG_TEST_THREAD_FACTORY=Virtual
-
- Resolved
-
-
JDK-8348465 vmTestbase/nsk/jdb/kill/kill001/kill001.java fails with JTREG_TEST_THREAD_FACTORY=Virtual
-
- Resolved
-
- links to
-
Commit(jdk24) openjdk/jdk/4aec2d4e
-
Commit(master) openjdk/jdk/414eb6bb
-
Review(jdk24) openjdk/jdk/22805
-
Review(master) openjdk/jdk/22620
(1 links to)