-
Bug
-
Resolution: Fixed
-
P4
-
21, 22
-
b14
-
Verified
Loom added a special filtering of Continuation.yield0 in stack walker. After the initial implementation, JDK-8304919 marks the yielding and entering methods with `@Hidden` and hidden frames are filtered by stack walker by default.
With `@Hidden` the special filtering should not be needed.
With `@Hidden` the special filtering should not be needed.
- relates to
-
JDK-8316456 StackWalker may skip Continuation::yield0 frame mistakenly
-
- Resolved
-
- links to
-
Commit openjdk/jdk/c8acab1d
-
Review openjdk/jdk/15498
-
Review(master) openjdk/jdk21u-dev/2131