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

Currently the JVMCI version check depends on the contents of the `java.vm.version` system property. However the check is complicated, error prone and depends on non-specified details of the `java.vm.version` system...

feature
compiler

Shenandoah/Generational-Shenandoah support is already available for the GraalVM JIT (see PR [Shenandoah support](https://github.com/oracle/graal/pull/10904) and commit [[GR-65266] Add support for Shenandoah](https://github.com/oracle/graal/commit/3c7b5cb092a606d2d9c421dbe225bff16789fb2d)). Now add support for using Shenandoah/Generational-Shenandoah as a supported GC...

feature
native-image

### TL;DR We plan to implement the Table64 addition to the Memory64 proposal (https://github.com/WebAssembly/spec/blob/wasm-3.0/proposals/memory64/Overview.md) in GraalWasm. ### Details https://github.com/WebAssembly/spec/blob/wasm-3.0/proposals/memory64/Overview.md

feature
graalwasm

Follow-up work of https://github.com/graalvm/labs-openjdk/pull/7. This change allows us to insert an Invoke in the Graal IR and therefore invoke a method although the bci does not point to an invoke...

OCA Verified

### Describe the Issue There seems to a bug when using native image with spring and hibernate as described [here](https://github.com/spring-projects/spring-framework/issues/35118) where one hand we have `-H:ServiceLoaderFeatureExcludeServices=org.hibernate.bytecode.spi.BytecodeProvider` flag while on other...

bug
native-image