-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Add Loom support (Virtual Threads) to current version of GraalVM
Is your feature request related to a problem? Please describe.
I've built GraalVM using Loom preview binaries as base. Building process worked flawlessly and projects that uses Loom's Virtualthreads can be built as well, but then fail when running more than a couple thousands Vthreads (threads start to hang with no visible error or exception)
Describe the solution you'd like.
Binary GraalVM distribution with Loom's Virtual Threads support
Describe who do you think will benefit the most.
GraalVM users, anyone that needs to create many threads that are basically I/O bound.
Describe alternatives you've considered.
Building GraalVM from source.