On Thu, 17 Feb 2022 13:42:13 GMT, Zhengyu Gu <z...@openjdk.org> wrote:
> `classTrack_activate()` is called inside `debugLoop_run()`, so it looks like > that jvmti callback is enabled at the time. Yes. This is due to the debugger sending a JDWP EventRequest command for CLASS_UNLOAD events. At that point class tracking is activated and the debug agent enables OBJECT_FREE events. ------------- PR: https://git.openjdk.java.net/jdk/pull/7461