-
I'm using:
```
id("org.graalvm.buildtools.native") version "0.9.16"
```
And have a Gradle toolchain configured:
```
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
v…
-
After applying #1 and running `lein uberjar` I got a new error with GraalVM:
```
/Users/jeroen/bin/graalvm-ce-1.0.0-rc15/Contents/Home/bin/native-image --report-unsupported-elements-at-runtime -…
-
I'm trying to create a native image of a basic swing application.
```java
import java.awt.EventQueue;
import javax.swing.JFrame;
public class GraalTest {
public static void main( String ...…
-
## Proposal
Currently, tests are executed in JVM mode, so that we can generate a list of test ids, which are in turn used as an input to generate the native test image. However, technically speakin…
-
Regardless of the size of memory allocated to run the tracing agent on Hibernate test suite, we get `OutOfMemoryError` I think toward the end of the execution of the tests.
```
Exception in thread "…
-
**Describe the issue**
When I compile Kotlin simple sample, the result executable crashes with NPE
```
now kotlin ...
Unconfined : I'm working in thread main
java.lang.ExceptionInIni…
-
**Describe the issue**
Our project https://github.com/optimism-java/hildr using https://github.com/libp2p/jvm-libp2p as dependency. When build as a jar, it works fine. After build as native, a method…
-
### Describe the Issue
This program works with GraalVM:21 but fails with GraalVM:22 and GraalVM:23
```
class Bad {
public static void main(String[] args) throws Exception {
Thread.o…
-
**Graal Version**: 1.0.0-RC12, EE and CE
**Expected Behaviour**: native image executes faster than same program executed on JVM
**Actual Behaviour**: JVM execution is faster
I wrote some benc…
-
Hi all,
I have a DNS issue with Vert.x in combination with GraalVM and Alpine Linux (works with Debian-9-slim)
The project branch can be found here:
[https://github.com/aws-samples/reactive-…