Looking at the Agent_OnLoad() code in debuginit.c of libjdwp, I see that both the METHOD_ENTRY and METHOD_EXIT are listed as required, but I don't see where they are ever enabled in the agent.
In the J9 JVM making it possible to enable these events has severe performance penalties. Since the ev
On 20/06/2017 20:45, Ronald Servant wrote:
Looking at the Agent_OnLoad() code in debuginit.c of libjdwp, I see
that both the METHOD_ENTRY and METHOD_EXIT are listed as required, but
I don't see where they are ever enabled in the agent.
In the J9 JVM making it possible to enable these events has