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

Improvements to work with Java 9 #539

Merged
merged 1 commit into from
Dec 13, 2016
Merged

Commits on Dec 9, 2016

  1. Improvements to work with Java 9

    Changes include:
    
    * update to dynapath 0.2.5 (0.2.4 was broken when AOT'd under < Java 9,
      but used under Java 9)
    * conditionally seal the AppClassLoader if it is available (it isn't
      under Java 9)
    * seal the new ParentClassLoader from boot-bin
    * use a URLClassLoader subclass that exposes .addURL so it can be
      modified (we can't call .setAccessible on URLClassLoader.addURL by
      default under Java 9) as the highest loader in the shim
    tobias committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    a046a49 View commit details
    Browse the repository at this point in the history