Is JVMDI supported ?

1999-08-23 Thread SHUDO Kazuyuki
Does JDK 1.2pre2 support Java Virtual Machine Debug Interface (JVMDI)? My understanding is that it is a C API described in JDK_ROOT/include-old/jvmdi.h. I'm under review in using JVMDI to reconstruct a thread migration system I'v developed. And how about JVMPI? Kazu

Re: JVMDI ( Calvin perhaps ? )

1999-07-06 Thread Nathan Meyers
ing you don't want to build cleanroom implementations of these libraries, you have a couple of choices: 1) Use the JVMDI interface directly, which means running in-process. 2) Open your own network connection and use the protocol directly. See http://developer.java.sun.com/developer/earlyAccess/j

Re: JVMDI ( Calvin perhaps ? )

1999-07-06 Thread jools enticknap
>jools enticknap wrote: > > > > Hi > > > > I was wondering if anyone can shed any light on how SUN are going to >license > > the JVMDI code. > > > > I've loocked around on the Community license web page, but failed to >locate > > an

Re: JVMDI ( Calvin perhaps ? )

1999-07-06 Thread Nathan Meyers
jools enticknap wrote: > > Hi > > I was wondering if anyone can shed any light on how SUN are going to license > the JVMDI code. > > I've loocked around on the Community license web page, but failed to locate > anything. > > I noticed we currently have the

JVMDI ( Calvin perhaps ? )

1999-07-06 Thread jools enticknap
Hi I was wondering if anyone can shed any light on how SUN are going to license the JVMDI code. I've loocked around on the Community license web page, but failed to locate anything. I noticed we currently have the header file in the 1.2 release, but alas there is no library to accompa

Re: JVMDI

1999-03-09 Thread Nathan Meyers
Nathan Meyers wrote: > > Now that we can't nag about JDK1.2, I'll reluctantly break the ice on > another availability question: > > Any plans afoot to do the JVMDI (native JVM Debugger Interface) on > Linux? I withdraw my question... it's apparently already the

JVMDI

1999-03-08 Thread Nathan Meyers
Now that we can't nag about JDK1.2, I'll reluctantly break the ice on another availability question: Any plans afoot to do the JVMDI (native JVM Debugger Interface) on Linux? Nathan -- To UNSUBSCRIBE, email