Re: RFR: 8332488: Add JVMTI DataDumpRequest to the debug agent [v4]

2024-08-12 Thread Chris Plummer
On Wed, 31 Jul 2024 10:12:16 GMT, Serguei Spitsyn wrote: >> Chris Plummer has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Get rid of timeout. Use driver instead of othervm > > First, it is a good idea to implement/enable this. > It looks

Re: RFR: 8332488: Add JVMTI DataDumpRequest to the debug agent. [v4]

2024-08-08 Thread Chris Plummer
> JVMTI has a somewhat unique event called DataDumpRequest. One way it is > triggered is via the JVMTI.data_dump jcmd, which causes JVMTI to send the > DataDumpRequest event to all agents that have registered for the event > callback. The agent is free to do pretty much what it wants during the