This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JVMTI] SuspendThread and ResumeThread
- 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: 21 Jul 2006 17:09:56 -0600
- Subject: Re: [RFA/JVMTI] SuspendThread and ResumeThread
- References: <44C125C8.4080607@redhat.com> <44C15C53.9030706@redhat.com>
- Reply-to: tromey at redhat dot com
Keith> Actually, I'd like to submit this alternative version for the two
Keith> JVMTI functions, which now do at least some validity checking.
Looks good. One little nit...
Keith> Index: posix-threads.cc
Keith> -void
Keith> -_Jv_ThreadDebugSuspend (_Jv_Thread_t *data)
Keith> -{
Keith> -}
It seems to me that these should also be removed from win32-threads.cc.
Also there are declarations in include/*-threads.h, perhaps they
should be moved elsewhere.
Tom