Closed tajila closed 3 weeks ago
This event is triggered when System/Runtime.gc() is called. It captures the following data:
To implement this event, a new hok needs to be added J9HOOK_SYSTEM_GC. This hook should be triggered in JVM_GC_Impl before the request to GC is made.
J9HOOK_SYSTEM_GC
JVM_GC_Impl
@thallium Please take a look at this.
@tajila do you know how can I know the value of invokedConcurrent?
invokedConcurrent
This event is triggered when System/Runtime.gc() is called. It captures the following data:
To implement this event, a new hok needs to be added
J9HOOK_SYSTEM_GC
. This hook should be triggered inJVM_GC_Impl
before the request to GC is made.