[Fwd: [RFA] JVMTI]

Keith Seitz keiths@redhat.com
Tue Jul 18 20:45:00 GMT 2006


Hi,

I'd like to check in this patch before the next classpath import so that 
I can do the suspend thread thing using JVMTI. This patch has already 
been approved and committed in Classpath HEAD.

Keith

ChangeLog.gcj
2006-07-18  Keith Seitz  <keiths@redhat.com>

	* include/jvmti.h: Import verbatim from classpath CVS.

-------- Original Message --------
Subject: [RFA] JVMTI
Date: Wed, 12 Jul 2006 14:56:16 -0700
From: Keith Seitz <keiths@redhat.com>
To: classpath patches <classpath-patches@gnu.org>

Hi,

The following patch adds jvmti.h to the classpath repository. It is very
closely modeled on jni.h.

I've attempted to update the VM integration guide -- again largely based
on the language/content of the JNI section. While I have generated the
documentation with this patch and verified that it looks okay, I would
appreciate any pointers to anything that is missing/unclear/wrong.

jvmti.h builds with gcc (in c++). Nonetheless there are probably typos
here and there. If you find one, please let me know.

Keith

PS. Yes, I know there are about twenty-five lines (all function decls)
which are longer than eighty chars. Nonetheless I've decided to keep
them this way in order to maintain the same parameter list that the
JVMTI spec uses. If maintainers prefer some other formatting, just
notify me.

ChangeLog
2006-07-12  Keith Seitz  <keiths@redhat.com>

          * NEWS: Update for JVMTI and jvmti.h.
          * doc/vmintegration.texinfo: Likewise.
          * include/jvmti.h: New file.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: jvmti.patch
Type: text/x-patch
Size: 62015 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20060718/5c07b665/attachment.bin>


More information about the Java-patches mailing list