graal icon indicating copy to clipboard operation
graal copied to clipboard

GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

Results 735 graal issues
Sort by recently updated
recently updated
newest added

**Describe the issue** Leaving the "VectorizeSIMD" flag enabled breaks this Minecraft modification: https://github.com/IrisShaders/Iris More specifically, passive npcs will turn invisible after some time (usually less than a minute), but *only*...

bug

**Describe the issue** See https://github.com/upx/upx/issues/559 And https://github.com/oracle/graal/pull/4051#issuecomment-1036002461 as originally reported by @joerg-wille I face the exact same issue as well.

bug
native-image

**Describe the issue** `MethodHandles.Lookup.unreflectSetter` fails with: ``` Caused by: java.lang.NoSuchMethodError: jdk.internal.misc.Unsafe.putReference(java.lang.Object, long, java.lang.Object) at org.graalvm.nativeimage.builder/com.oracle.svm.core.methodhandles.Util_java_lang_invoke_MethodHandleNatives.resolve(Target_java_lang_invoke_MethodHandleNatives.java:347) at [email protected]/java.lang.invoke.MethodHandleNatives.resolve(MethodHandleNatives.java:223) at [email protected]/java.lang.invoke.MemberName$Factory.resolve(MemberName.java:1085) at [email protected]/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:1114) ... 10 more ``` Method handles logic within GraalVM...

bug
native-image

**Describe the issue** Graalvm-wasm is not compatible to wasm code compiled by JWebAssembly **Steps to reproduce the issue** 1. Use graalvm to load wasm file which is compiled by JWebAssembly....

wasm

Add standalone pointsto analysis driver class and all other necessary setting classes. This PR is part of the standalone pointsto analysis, see https://github.com/oracle/graal/pull/4375 for details.

oca-signed
OCA Verified

**Describe the issue** There's module `com.azure.spring:spring-cloud-azure-native-configuration` to enable the Spring Native support for Spring Cloud Azure libraries, when building executable with Spring native support, the following exception occurs: ```console Fatal...

bug
native-image

Today I upgraded from 22.1.0 to 22.2.0. I believe a few things may have changed in native-image. One thing may be a new warning (among other changes). Example: javac AskExamQuestion.java...

bug
native-image

**Describe the issue** d727a0f9fdb6bc04a7445ed77a217ce4ced2d199 introduced [a regression in Quarkus Nightly builds](https://github.com/oracle/graal/runs/7422088389?check_suite_focus=true#step:8:311). **Steps to reproduce the issue** ``` git clone [email protected]:quarkusio/quarkus.git --depth 1 cd quarkus ./mvnw -Dquickly # This will take...

bug
native-image

This is experimental and undocumented code shared with the community for feedback. It contains an implementation of the new Truffle Operation DSL, which generates full bytecode interpreters. There is a...

OCA Verified

An interpreter for GraalVM IR graphs. This can be useful for evaluating IR graphs during testing. This implements 'interpret(InterpreterState)' methods in 30+ of the most common subclasses of FixedNode in...

oca-signed
OCA Verified