Mathias Ricken - 2010-04-10

Still present in r5211.

The conditional in ClassLoader.java that throws the exception is

if ((name != null) && name.startsWith("java.")) {
throw new SecurityException("Prohibited package name: " +
name.substring(0, name.lastIndexOf('.')));
}

We should print an error when switching into a java.* package.