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

Attempting to build GraalVM according to the instructions found in `vm/README.md` fails: $ mx --dynamicimports /substratevm,/tools,/sulong,/graal-js --exclude-components=nju,nic,ni,nil,llp --force-bash-launcher=polyglot build 2>&1 | tee log.txtJAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64 15 unsatisfied dependencies were removed from...

I downloaded graalvm/mx project from github and labsjdk 17. I tried to run CompileTheWorld test on IntelliJ and got the ValueKindFactory not found error. Then I tried to run another...

bug
native-image

When building with native-image GSSManager does not detect any Oid . It seems like GSSManager does not have any Provider populated at all. How to reproduce: `Sample.java` ------------- ``` import...

bug
native-image

Catches cases like https://github.com/graalvm/mandrel/issues/355 caused by [JDK-8281266](https://bugs.openjdk.java.net/browse/JDK-8281266)

oca-signed
OCA Verified

Can Graal.js replace JavaScriptCore in WebKit engine ? Or can it be used for some another abstract implementation of WebView with zero overhead during interoperation ? It's not very interesting...

question

**Describe the issue** When I try to create a native image of a Swing app, I get this error: ``` /usr/bin/ld: org.jajuk.main.o: warning: relocation in read-only section `.svm_heap' /usr/bin/ld: /home/bflorat/prog/graalvm-ce-java11-22.3.0-dev/lib/static/linux-amd64/glibc/libawt_xawt.a(awt_Robot.o):...

bug
native-image

**Dependency description** ``` dependencies { compileOnly "org.projectlombok:lombok:${versions.lombok}" annotationProcessor "org.projectlombok:lombok:${versions.lombok}" annotationProcessor "org.springframework.boot:spring-boot-configuration-processor" implementation 'org.springframework.boot:spring-boot-starter-webflux' implementation 'org.springframework.boot:spring-boot-starter-data-redis-reactive' implementation ('org.springframework.boot:spring-boot-starter-actuator'){ exclude group: 'io.micrometer', module: 'micrometer-core' } implementation 'org.springframework.boot:spring-boot-starter-aop' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation "software.amazon.awssdk:sdk-core:${versions.awssdk_v2}" implementation...

bug
native-image

**Describe GraalVM and your environment :** - GraalVM version: **22.1.0** - **EE** - JDK version: **JDK11** - OS and OS Version: **macOS Monterey** - Architecture: **amd64** - The output of...

bug
llvm

**Describe the issue** Approximately every hour there is a moment when our application crashes with SIGSEGV (11 and 128). Judging by the dump that is printed at the end, the...

bug

# Description I rely a lot on the GraalVM tracing agent to generate the native image configuration files and then compile applications with it. While trying to use the agent...

bug
native-image