Mohamed Ez-zarghili
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: > >  We are looking into why the oca-check is duplicated in this...
Please use meaningful commit messages.
@brahimhaddou create a new PR and close this one
Updated the description to clarify that due to security and compliance requirements, we cannot accept requests from indivudials at this time.
The JVMCI code base can be found here https://github.com/graalvm/graal-jvmci-8