I register a JVMTI Event
MethodEntry and its callback function is
tdMethodEntry
and if there are many many MethodEntry Events and my question is that
these event will be processed by the same thread through queue? or be processed by several threads?