Hi all, I worked the last year on the JEP Candidate 435: It proposes essentially an official, extended, and better-tested version of AsyncGetCallTrace called AsyncGetStackTrace. The JEP Candidate can be found at https://openjdk.org/jeps/435, the code with several tests in the sandbox repository (branch asgst) and as a draft PR in https://github.com/openjdk/jdk/pull/11767. To see the proposed API in action, consider looking into the demo in the https://github.com/parttimenerd/asgct2-demo repository. I’m happy with all suggestions and opinions on my JEP and my implementation.
Regards Johannes