-
**Describe the issue**
Below is the command that I use with GraalVM 21, on aarch64 Linux, to product static native binaries:
```bash
native-image --verbose -H:Log=registerResource:verbose \
-H:+Pr…
-
Hello, community!
I'm studying native tests in the ShardingSphere environment and have encountered the following problem: when running any test, the following error appears:
```
Cannot run progra…
-
### TL;DR
Improve AWT support to use dynamic linking of the AWT native code libraries. Generalize the dynamic linking approach, which is currently used only on Windows, to all platforms. Drop the c…
-
Hello! For some reason the action get a error when trying to install the native-image with `gu` on an aarch64, do you know anything that could help?
https://github.com/clojure-lsp/clojure-lsp/pull/…
-
**Describe the bug**
When using graal docker image introduced in https://github.com/erdos/stencil/pull/53, .docx templates are rendered slower.
**To Reproduce**
1. download & extract a .docx te…
gmile updated
4 months ago
-
GraalVM Native Image CE currently provides a simple (non-parallel, non-concurrent) stop© GC. There are various areas where the GC can be improved. This issue captures ideas. Actual work should be …
-
### Describe the bug
I am building native images and package those as container image:
`mvn clean install -Pnative -Dquarkus.native.container-build=true -Dquarkus.container-image.build=true`
I …
-
I want to use the native version of the command directly, but I am encountering issues with the ARM CPU.😫
I don't know if there will be support in the future. 😺
```
Error: Command failed: npm …
-
Gradle runs `System.getProperty("java.vm.vendor")` to determine the JVM's vendor. On GraalVM CE 22.3.0 this returns `GraalVM Community` and Gradle correctly recognizes this as a JVM vendored by Graa…
-
**Describe the issue**
java.nio.file.ProviderNotFoundException: Provider "jrt" not found when run groovy code in java
**Steps to reproduce the issue**
Please include both build steps as well as…