Re: RFR: 8308000: add PopFrame support for virtual threads [v8]

2023-05-22 Thread Serguei Spitsyn
On Sat, 20 May 2023 00:30:17 GMT, Serguei Spitsyn wrote: >> This enhancement adds `PopFrame` support for virtual threads. The spec >> defines minimal support that the JVMTI `PopFrame` can be used for a virtual >> thread suspended an an event. >> Actually, the `PopFrame` can supports suspended

Re: RFR: 8308000: add PopFrame support for virtual threads [v8]

2023-05-20 Thread Alan Bateman
On Sat, 20 May 2023 00:30:17 GMT, Serguei Spitsyn wrote: >> This enhancement adds `PopFrame` support for virtual threads. The spec >> defines minimal support that the JVMTI `PopFrame` can be used for a virtual >> thread suspended an an event. >> Actually, the `PopFrame` can supports suspended

Re: RFR: 8308000: add PopFrame support for virtual threads [v8]

2023-05-19 Thread Serguei Spitsyn
> This enhancement adds `PopFrame` support for virtual threads. The spec > defines minimal support that the JVMTI `PopFrame` can be used for a virtual > thread suspended an an event. > Actually, the `PopFrame` can supports suspended and mounted virtual threads. > > CSR (approved): https://bugs