You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2019. It is now read-only.
The changes here include:
* don't assume the system classloader is a URLClassLoader (it isn't
under Java 9)
* insert a classloader we control into the loader chain so we can have
one to modify
* use our own subclass of URLClassLoader that exposes .addURL, so we can
modify it (we can't call .setAccessible on .addURL under Java 9)
Fixes #525
0 commit comments