This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: comments please: JNI weak references
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Subject: Re: Patch: comments please: JNI weak references
- From: Tom Tromey <tromey at redhat dot com>
- Date: 11 Nov 2001 12:09:27 -0700
- References: <87pu6ucv4c.fsf@creche.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> This patch adds support for the last two missing JNI functions, both
Tom> of which relate to weak global references.
Tom> It is a fairly large, somewhat ugly patch, and I thought I would ask
Tom> for comments before checking it in.
Hans sent a useful comment, and I addressed it. Overall I think this
patch is ok, so I am checking it in now.
Tom