Foivos Zakkak

Results 205 comments of Foivos Zakkak

The ~6% difference still stands for 22.3.2 Raw numbers from 10 runs of 5 configurations: * `graal-default` is using the graalvmce builder image without additional options * `graal-nolib-graal` is passing...

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

> I think we can close this issue at this point. Closing this as the difference is in the ballpark of 5% and we haven't had any complaints from users.

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

Fixed by https://github.com/graalvm/mandrel/pull/738

Note that in Mandrel this is not as trivial as: ``` mx --primary-suite-path substratevm gate --strict-mode --tags native_unittests ``` it might require building/running the tests through mandrel-packaging

Mandrel builds no longer fail, but the CI is still not passing due to https://github.com/graalvm/mandrel/issues/731

Failures are due to https://github.com/adoptium/api.adoptium.net/issues/840

Issue tracked in https://github.com/graalvm/mandrel/issues/663

The stack trace leading to this is ```java com.oracle.svm.core.util.VMError$HostedError: InternalFeature defined by com.oracle.svm.core.bootstrap.BootstrapMethodConfiguration unexpectedly failed with a(n) com.oracle.svm.util.ReflectionUtil$ReflectionUtilError at org.graalvm.nativeimage.builder/com.oracle.svm.core.util.VMError.shouldNotReachHere(VMError.java:86) at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.FeatureHandler.handleFeatureError(FeatureHandler.java:297) at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.FeatureHandler.forEachFeature(FeatureHandler.java:95) at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.runPointsToAnalysis(NativeImageGenerator.java:785) at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:573) at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.run(NativeImageGenerator.java:539)...