wrote:
On 27/06/2023 16:58, Egor Ushakov wrote:
Hi all,
is there a way for a debugger to create a virtual threads dump via jdwp?
Right now, the only way to do this via JDWP is use the
ObjectReference/InvokeMethod command (or JDI invokeMethod at the API
level) to invoke HotSpotDiagnosticMXBea
Hi all,
is there a way for a debugger to create a virtual threads dump via jdwp?
Thanks,
Egor
On Thu, 19 Jan 2023 21:59:22 GMT, Chris Plummer wrote:
>> Fix JDI leak when the debuggee creates a lot of threads, while at the same
>> the debugger is not sending any commands. The lack of commands being sent
>> results in code not being triggered that normally would clear out
>> unreachable
On Thu, 19 Jan 2023 21:59:22 GMT, Chris Plummer wrote:
>> Fix JDI leak when the debuggee creates a lot of threads, while at the same
>> the debugger is not sending any commands. The lack of commands being sent
>> results in code not being triggered that normally would clear out
>> unreachable
same location and
in the same thread:
Breakpoint Event
Step Event
Method Entry Event
Method Exit Event
So there seems to be a debug agent bug that is grouping all the
MethodEntry events until a MethodExit is hit. But I don't think
this is new. I see the same
ion and
in the same thread:
Breakpoint Event
Step Event
Method Entry Event
Method Exit Event
So there seems to be a debug agent bug that is grouping all the
MethodEntry events until a MethodExit is hit. But I don't think this
is new. I see the same thing
same location and in the same thread. So I can see
enabling single stepping having an impact on the behavior you are seeing.
Chris
On 8/5/22 9:59 AM, Egor Ushakov wrote:
Hi,
we're experiencing strange grouping of method entry/exit events, is
this a bug or a feature?
We have one meth
Hi,
we're experiencing strange grouping of method entry/exit events, is this
a bug or a feature?
We have one method entry request active with suspend policy 1 (suspend
thread).
important: we also have one active step request (step over)
In jdk 11 we have one composite event for each event, wh