Severin Gehwolf

Results 387 comments of Severin Gehwolf

Tracked in https://github.com/graalvm/mandrel/issues/732

Tracked in https://github.com/graalvm/mandrel/issues/732

Going by the discussion in https://github.com/oracle/graal/discussions/8012, specifically this: ``` Foreign Function and Memory API support (OpenJKD Project Panama): Since support in native image is still under development, it needs to...

> There also seems to be a difference on how --enable-native-access works (one cannot silence the warning with the switch in native-image). `-J--enable-native-access=ALL-UNNAMED` needs to be passed to `native-image` at...

I've tested this with the GraalVM for JDK 22 Community release here (GA released yesterday): https://github.com/graalvm/graalvm-ce-builds/releases/tag/jdk-22.0.0 Seems to have the same issue: ``` $ rm -rf META-INF && mkdir -p...

I've opened https://github.com/oracle/graal/issues/8616 upstream to track this.

> I've opened [oracle#8616](https://github.com/oracle/graal/issues/8616) upstream to track this. The tracker for this upstream is https://github.com/oracle/graal/issues/8113. Documentation as to what works and what not is at: https://www.graalvm.org/jdk22/reference-manual/native-image/native-code-interoperability/foreign-interface/

Yes, but this is the wrong milestone. We need this fixed for Mandrel 24.0.2 which corresponds to the 22.0.2 update. The current JDK 22 update is `22.0.1` which is why...

Fixed with: https://github.com/graalvm/mandrel/pull/722 I'm going to close this issue, once we see CI passing again.

For posterity, fails with (for 22.3): ``` 08:35:25 Finished generating 'target/debug-symbols-smoke' in 19.8s. 08:35:36 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 189.234 s - in...