-
Hello, I am participating in the MSR Hackathon and have attempted to install Graal a few times to no avail. Most recently, I set up a clean Debian 11 VM to verify that it wasn't due to prior system co…
-
I am benchmarking our Bazel-based Scala compiler tooling on different JDKs and I see a significant loss of performance when upgrading from GraalVM 17 to 21 (539s -> 583s in our internal benchmark). I …
-
When trying to use `sbt-native-image` with:
```
nativeImageVersion := "22.2.0"
```
I get:
```
JVM graalvm-java11:22.2.0 not found in index: No graalvm-java11 version matching '22.2.0' foundraa…
-
The situation is that you can use Lanterna with GraalVM by directly creating a terminal (e.g. UnixTerminal). It would be nice if we could use the DefaultTerminalFactory
I think it's getting further…
-
Hello, I'm replacing java's script engine with graal from Nashorn.
However, unlike Nashorn, graal does not support multi-threading, so the following methods were used
To briefly explain my code,…
-
### Feature request
Currently the scala sbt provider produces a jvm image. It would be nice to also have support to produce graal vm images.
Maybe an environment variable like `USE_NATIVE_IMAGE` c…
-
I got this error when analyse somes of our repositories.
Example of Traceback :
```
2019-08-17 08:43:51,370 Analysis failed at 5c7cf2756aed68171f7350bb8d80a0fed37162e9
2019-08-17 08:43:51,370 Er…
-
**Describe the problem**
I have an issue when running native tests with the Maven plugin and JUnit 5.9.1. I am not sure if i am doing something wrong, so any help would be appreciated!
Running `mv…
-
**Describe GraalVM and your environment :**
- GraalVM version or commit id if built from source: **not yet installed**
- CE or EE: **I don't know what this is**
- JDK version: **JDK17**
- OS …
-
current issue is on native with : undefined reference to `Java_java_util_prefs_FileSystemPreferences_chmod'
it seems fix on graal...
https://github.com/oracle/graal/issues/2856
just wait release of…