Andreas Mueller
Andreas Mueller
I ran into the same issue. We are migrating from Nashorn and use dedicated class loaders for JS scripts. It doesn't seem to work the Nashorn way which is to...
Here we go: ``` @echo off setlocal enableDelayedExpansion set "MISSING_REQUIREMENTS=false" CALL :check_requirement curl curl CALL :check_requirement tar tar IF "%MISSING_REQUIREMENTS%"=="true" ( echo The above commands are missing on your computer....
I vote for this feature, too! You should implement all features and not spare out the most important one - virtual threads. Our messaging system SwiftMQ relies on GraalVM. We...
Hi Christian, all good. We are using 23.1.1 and virtual threads working fine there - except for truffle. Would be nice if that would be supported in near future. Andreas
Btw, my impression is that you don't see many use-cases for this. But there are as soon as you invoke a polyglot language from Java. That's why I have explained...
65535 is the limit of virtual threads using polyglot languages or is it the total limit of the VM? Is it included in the nightly builds?