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.4k stars 1.64k forks source link

Whether hot swap is supported #4251

Closed fendo8888 closed 2 years ago

fendo8888 commented 2 years ago

Whether hot swap is supported?Something like DCEVM https://github.com/dcevm/dcevm

oubidar-Abderrahim commented 2 years ago

Hi, thank you for reporting this, let me check and get back to you

oubidar-Abderrahim commented 2 years ago

It is not supported on GraalVM by default, but there is something similar on Espresso (Java on Truffle): please see our reference manual for more: https://www.graalvm.org/22.0/reference-manual/java-on-truffle/hotswap-plugin/

wirthi commented 2 years ago

I understand the question is answered, closing this ticket. Please reopen if there is anything else to clarify.