> This PR implements [JEP 472](https://openjdk.org/jeps/472), by restricting
> the use of JNI in the following ways:
>
> * `System::load` and `System::loadLibrary` are now restricted methods
> * `Runtime::load` and `Runtime::loadLibrary` are now restricted methods
> * binding a JNI `native` metho
Can I please get a review of this change which proposes to fix the issue noted
in https://bugs.openjdk.org/browse/JDK-8338445?
The JDK internal class `jdk.internal.loader.URLClassPath` is used by
classloader implementations in the JDK (for example by the
`java.net.URLClassLoader` and the
`jdk.