Skip to content

Add Loom support (VirtualThreads) to GraalVM #4621

@gato

Description

@gato

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions