graal
graal copied to clipboard
GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
GraalVM Native Image has a few [limitations](https://github.com/oracle/graal/blob/master/substratevm/LIMITATIONS.md) that are preventing users from building native images from their code bases. This issue describe the areas where improvements are planned over the...
I have a project that includes the following kinds of dependencies * JARs * Shared Objects (*.so) * Files that setup shared libraries (via LD_LIBRARY_PATH) When I try to create...
**Description of the issue** When **behind a proxy**, running any "gu" command that requires downloading from www.graalvm.org fails. **Steps to reproduce the issue** 1. Run `gu install native-image` or` gu...
Application using simple URLConnection crashes on Windows AMD64 when using NTLM transparent proxy authentication. **Steps to reproduce the issue** 1. setup/configure HTTP proxy server that requires NTLM transparent authentication 2....
**Describe GraalVM and your environment :** - GraalVM version or commit id if built from source: **35b2ed8050709685030cb9b1ac1082f474d1cb13** - CE or EE: **CE** - JDK version: **JDK11** - OS and OS...
When performing a VarHandle lookup for a static field, native-image will fold the method call if the arguments are constant. However, this may trigger initialization of user classes. An example...
**Feature request** Please include the following information: **Is your feature request related to a problem? Please describe.** Attempts to load a WASM file with a data count section fail with:...