This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Obsolete/incorrect assertion in natVMClassLoader.cc?
- From: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Dave Korn <dave dot korn dot cygwin at googlemail dot com>, java-patches at gcc dot gnu dot org
- Date: Tue, 28 Apr 2009 05:00:27 +0100
- Subject: Re: Obsolete/incorrect assertion in natVMClassLoader.cc?
- References: <49F5B81B.9030603@gmail.com> <m3fxftivz6.fsf@fleche.redhat.com>
Tom Tromey wrote:
> If you want to fix or delete the assertion, go right ahead :)
I interpreted that as pre-approval (please, correct me if I was wrong) and
applied the obvious fix with this changelog:
libjava/ChangeLog
* java/lang/natVMClassLoader.cc
(java::lang::VMClassLoader::defineClass): Fix assert.
... after verifying that doing so stopped the asserts from firing.
cheers,
DaveK