diff --git a/xdocs/tech.xml b/xdocs/tech.xml index a15ce26..6b0e42b 100644 --- a/xdocs/tech.xml +++ b/xdocs/tech.xml @@ -393,10 +393,6 @@

Parent-first loading has been the standard mechanism in the JDK class loader, at least since Java 1.2 introduced hierarchical classloaders. - The primary reason for this is safety -- parent-first - makes it impossible for malicious code to trick the JVM into - replacing a core class (say, java.security.SecurityManager) with a - class of the same name loaded from a child classloader.

Child-first classloading has the advantage of helping to improve isolation