This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: RFC: PR 27352
- From: Tom Tromey <tromey at redhat dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: Java Patches <java-patches at gcc dot gnu dot org>
- Date: 15 May 2006 19:22:03 -0600
- Subject: Re: Patch: RFC: PR 27352
- References: <446923F1.4060503@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Bryce" == Bryce McKinlay <mckinlay@redhat.com> writes:
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.
It is fine by me to do this.
Tom