This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/JVMTI] Thread start/end notifications


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> The attached patch adds JVMTI event notifications for thread start and
Keith> end. I simply put them in the same places where the JVMPI
Keith> notifications were placed.

Keith> Ok?

This is ok.

Keith> +      JNIEnv *jni_env = reinterpret_cast<JNIEnv *> (nt->jni_env);

I wonder why jni_env is declared as void* and not JNIEnv*.
The latter would be cleaner.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]