oracle / graal

GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
https://www.graalvm.org
Other
20.42k stars 1.64k forks source link

[GR-59499] Fix System.getProperties() when called from virtual thread. #10109

Open graalvmbot opened 3 days ago

graalvmbot commented 3 days ago

Cannot safely use StackValue in interruptible methods that execute on virtual threads.