The URL checking performed in URLClassPath:check and URLClassPath::checkURL depends on SecurityManager being non-null.
After JDK-8008593, SM is always null, so this check methods can be removed and their call sites cleaned up.
After JDK-8008593, SM is always null, so this check methods can be removed and their call sites cleaned up.
- relates to
-
JDK-8343982 Remove usage of security manager from ClassLoader and related classes
-
- Resolved
-