Mohamed Ez-zarghili

Results 6 comments of Mohamed Ez-zarghili

You can look at the existing [API](https://github.com/oracle/graal/blob/master/sdk/src/org.graalvm.nativeimage/src/org/graalvm/nativeimage/ImageInfo.java) for this: ImageInfo.inImageRuntimeCode() is what you are looking for I think. The property `org.graalvm.nativeimage.imagecode` contains the value.

There is no support for aarch64 for JDK8, you can use jdk11+ variants, they are all multi arch and support aarch64 too.

Thank you for the contribution. @mlouriz please integrate these changes internally (once they are merged, looking into why the duplicate OCA checks)

> Thanks for the review! I'm afraid I don't have permission to merge the PR though: > > ![image](https://user-images.githubusercontent.com/292712/196738830-df7651c1-bf2b-428d-abe9-9932086de413.png) We are looking into why the oca-check is duplicated in this...

@brahimhaddou create a new PR and close this one