This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: RFC: version compiled classes
- From: Tom Tromey <tromey at redhat dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 14 Jan 2005 14:35:35 -0700
- Subject: Re: Patch: RFC: version compiled classes
- References: <m34qhk3g39.fsf@localhost.localdomain><41E8065A.5050304@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Bryce" == Bryce McKinlay <mckinlay@redhat.com> writes:
>> Index: libjava/ChangeLog
>> from Tom Tromey <tromey@redhat.com>
>>
>> * java/lang/Class.h (next): Updated documentation.
>> * java/lang/natClassLoader.cc (_Jv_RegisterClasses): Use
>> _Jv_AbiRecognized.
Bryce> _Jv_CheckABIVersion might be a better name?
Yeah, good idea. I made that change.
Tom