graal
graal copied to clipboard
GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
Running: `C:\graalvm-ce-19.0.0\bin\native-image.cmd -jar jPatcher.jar --no-fallback` I get the following: ``` Error: Unsupported features in 2 methods Detailed message: Error: Detected a started Thread in the image heap. Threads running in...
Hello, unfortunately I have a problem and have unfortunately found nothing that helps me. **Describe the issue** I am trying to convert a JAR file that uses swing / awt...
**Steps to reproduce:** 1. On Windows, open a terminal 2. Navigate to a directory, let's say `C:\example1` 3. Execute `native-image -jar D:\example2\input.jar` with a file that requires a fallback build...
**Describe GraalVM and your environment :** - GraalVM version or commit id if built from source: **[21.3.1]** - CE or EE: **[CE]** - JDK version: **[JDK8]** - OS and OS...
**Feature request** **Is your feature request related to a problem? Please describe.** Management metrics about the gc and the memory pools are not reported through the `java.lang.management.ManagementFactory` `GarbageCollectorMXBean` and `MemoryPoolMXBean`...
The fix is to return the value without setting the field
Right now, `ManagementFactory.getThreadMXBean().dumpAllThreads()` throws a `com.oracle.svm.core.jdk.UnsupportedFeatureError`. Would be great if it could really do a thread dump. GraalVM: 22.1
The `com.oracle.svm.core.genscavenge.Timer` class seems to have as invariant that `wasOpened` is true iff `openNanos != 0`. The code at line 83 breaks that invariant by setting `openNanos` without setting `wasOpened`:...
Fix bit shifting behavior in LLVM back-end, as per [Java specifications](https://docs.oracle.com/javase/specs/jls/se7/html/jls-15.html#jls-15.19).
**Describe the issue** ` What's means 'Registering type as reachable after analysis' Fatal error: com.oracle.svm.core.util.VMError$HostedError: com.oracle.svm.core.util.VMError$HostedError: Registering type as reachable after analysis: AnalysisType at com.oracle.svm.core.util.VMError.shouldNotReachHere(VMError.java:72) at com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:678) at com.oracle.svm.hosted.NativeImageGenerator.run(NativeImageGenerator.java:515) at...