Re: RFR: 8305875: Test TraceVirtualThreadLocals should be run with continuations only

2023-04-12 Thread Alan Bateman
On Tue, 11 Apr 2023 23:38:23 GMT, Leonid Mesnik wrote: > Test TraceVirtualThreadLocals verifies that thread locals are dumped for > virtual threads. It fails when continuations are not available and virtual > threads are emulated. > > The test failed on linux-x86 so I just want to mark it to h

Re: RFR: 8305875: Test TraceVirtualThreadLocals should be run with continuations only

2023-04-11 Thread Alan Bateman
On Wed, 12 Apr 2023 06:13:04 GMT, David Holmes wrote: > Sorry, have to ask, but why does the test fail without continuations? IIRC > the emulated VTs use a carrier-per-VT so I would expect the ThreadLocal test > to work just fine. The debugging option is for the VirtualThread implementation on

Re: RFR: 8305875: Test TraceVirtualThreadLocals should be run with continuations only

2023-04-11 Thread Leonid Mesnik
On Tue, 11 Apr 2023 23:38:23 GMT, Leonid Mesnik wrote: > Test TraceVirtualThreadLocals verifies that thread locals are dumped for > virtual threads. It fails when continuations are not available and virtual > threads are emulated. > > The test failed on linux-x86 so I just want to mark it to h

Re: RFR: 8305875: Test TraceVirtualThreadLocals should be run with continuations only

2023-04-11 Thread David Holmes
On Tue, 11 Apr 2023 23:38:23 GMT, Leonid Mesnik wrote: > Test TraceVirtualThreadLocals verifies that thread locals are dumped for > virtual threads. It fails when continuations are not available and virtual > threads are emulated. > > The test failed on linux-x86 so I just want to mark it to h