Re: RFR: 8309420: com/sun/jdi/StepTest.java fails with virtual thread wrapper

2023-06-07 Thread Chris Plummer
On Mon, 5 Jun 2023 04:03:57 GMT, Chris Plummer wrote: > The test has two issues. The first is that it assume that once the VMStart > event has arrived and one "step into" is done, it will be in the main method > of the debuggee. Once there, it determines the debuggee class name by looking > at

Re: RFR: 8309420: com/sun/jdi/StepTest.java fails with virtual thread wrapper

2023-06-06 Thread Alex Menkov
On Mon, 5 Jun 2023 04:03:57 GMT, Chris Plummer wrote: > The test has two issues. The first is that it assume that once the VMStart > event has arrived and one "step into" is done, it will be in the main method > of the debuggee. Once there, it determines the debuggee class name by looking > at