-
Bug
-
Resolution: Fixed
-
P4
-
21
-
b19
In 8304919: Implementation of Virtual Threads two new method calls were add to sleep(). This test checks the stack trace and looks for known methods during sleeps.
java.lang.Thread.beforeSleep and afterSleep should be added to expectedSystemTrace, which contains the known methods on stack during a sleep() call.
java.lang.Thread.beforeSleep and afterSleep should be added to expectedSystemTrace, which contains the known methods on stack during a sleep() call.
- relates to
-
JDK-8304919 Implementation of Virtual Threads
-
- Resolved
-