You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable Loom support on JVMs that support the virtual threads API but don't really implement it. (#11856)
Disable Loom support on JVMs that support the virtual threads API but don't really implement it.
This avoids a crash when a thread is cast to VirtualThread but is in fact a ThreadBuilder.BoundVirtualThread that uses a platform thread instead.
Espresso is an example of such a JVM.
* remove unused imports
---------
Co-authored-by: Sergio del Amo <[email protected]>
0 commit comments