-
Enhancement
-
Resolution: Fixed
-
P4
-
13
-
b22
It's easy to use a handshake instead, making it one less use of suspend resume.
countStackFrames() is deprecated and docs say you must suspend the thread.
Unfortunately we need to emulate that in the handhake.
countStackFrames() is deprecated and docs say you must suspend the thread.
Unfortunately we need to emulate that in the handhake.
- relates to
-
JDK-8223312 Utilize handshakes instead of is_thread_fully_suspended
- Resolved