Bryce> This patch fixes PR 27352 by adding a getClassLoaderInternal()
Bryce> implementation in Java. This is a shortcut implementation of
Bryce> getClassLoader() that bypasses redundant security manager
Bryce> checks. getClassLoaderInternal() was already used from natClass.cc,
Bryce> but it couldn't be used from Java code because it was only defined in
Bryce> Class.h.
Actually, why is this needed? According to the PR Andrew already
checked in a fix. And according to the test case this fix already
works.