Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue where bitModel could not be retrieved on GraalVM #61

Merged
merged 1 commit into from
May 5, 2020

Commits on Oct 23, 2019

  1. jansi/#162 fix issue where bitModel could not be retrieved on GraalVM

    Non-standard system properties `sun.arch.data.model` and `com.ibm.vm.bitmode` are not available in Substrate VM (GraalVM native images). Without this fix, the `extractAndLoad` method never succeeds, even if the native library is available as a resource in the GraalVM native image.
    remkop committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    2c64ed4 View commit details
    Browse the repository at this point in the history