You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently,does the latest GraalVM compiler support for jvm interop at runtime?
Thanks!
[Native Images]
Currently you cannot generate native images with ES4X, the limitation is because the static analysis of the AOT compiler will not take in consideration the java code invoked from the script (so classes won't be available), plus the fact that the compiler has no support for jvm interop at runtime.
There is work in progress in this area so it might be possible in the future.
The text was updated successfully, but these errors were encountered:
HI,
Currently can i generate native images with ES4X?
Currently,does the latest GraalVM compiler support for jvm interop at runtime?
Thanks!
[Native Images]
Currently you cannot generate native images with ES4X, the limitation is because the static analysis of the AOT compiler will not take in consideration the java code invoked from the script (so classes won't be available), plus the fact that the compiler has no support for jvm interop at runtime.
There is work in progress in this area so it might be possible in the future.
The text was updated successfully, but these errors were encountered: