On Fri, 8 Jul 2022 18:35:38 GMT, Ioi Lam <ik...@openjdk.org> wrote: >> If the answer to whether it's enabled is something you want to be fast, and >> doesn't change, maybe make it check a variable? > > The code in the `Forte` class, as well as the non-trivial of > `AsyncGetCallTrace()` in forte.cpp, are inside `#if INCLUDE_JVMTI`. That's > why I use `NOT_JVMTI_RETURN_` for the new function.
Ok, thanks for answering my question. ------------- PR: https://git.openjdk.org/jdk/pull/9386