This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JVMTI] Thread start/end notifications
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 16 Jan 2007 16:27:45 -0700
- Subject: Re: [RFA/JVMTI] Thread start/end notifications
- References: <45AC7B4F.2070805@redhat.com> <m3odoydge8.fsf@localhost.localdomain>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> I wonder why jni_env is declared as void* and not JNIEnv*.
Tom> The latter would be cleaner.
I fixed this, so if you could, remove that cast before committing.
(If not, I'll fix it.)
Tom