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

[GR-57817] Fix JDK restricted access warnings and other warnings #3700

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    0e7e1fb View commit details
    Browse the repository at this point in the history
  2. Update to latest graal

    eregon committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4771a19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    702fd04 View commit details
    Browse the repository at this point in the history
  4. [GR-57817] Fix JDK restricted access warnings

    * Such as:
      WARNING: A restricted method in java.lang.System has been called
      WARNING: java.lang.System::load has been called by com.oracle.truffle.polyglot.JDKSupport in module org.graalvm.truffle (file:graal/truffle/mxbuild/jdk24/dists/jdk21/truffle-api.jar)
      WARNING: Use --enable-native-access=org.graalvm.truffle to avoid a warning for callers in this module
      WARNING: Restricted methods will be blocked in a future release unless native access is enabled
    eregon committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    07e41d2 View commit details
    Browse the repository at this point in the history