Re: Remove METHOD_ENTRY and METHOD_EXIT events from needed_capabilities in JDWP Agent

2017-06-21 Thread Ronald Servant
  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

Re: Remove METHOD_ENTRY and METHOD_EXIT events from needed_capabilities in JDWP Agent

2017-06-21 Thread Alan Bateman
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