On Wed, 30 Aug 2023 20:57:43 GMT, Mandy Chung <mch...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: c8acab1d Author: Mandy Chung <mch...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/c8acab1d913a6c676706fce7ad98a7f831a95682 Stats: 33 lines in 4 files changed: 0 ins; 24 del; 9 mod 8315413: Remove special filtering of Continuation.yield0 in StackWalker Reviewed-by: alanb ------------- PR: https://git.openjdk.org/jdk/pull/15498