Al <[EMAIL PROTECTED]> wrote:

> When will Java Platform Debugger Architecture (JPDA) be available for
> JDK 1.2?

JPDA consists of the three parts, namely JVMDI (JVM
Debug Interface), JDWP (Java Debug Wire Protocol) and
JDI (Java Debug Interface).

At least, JVMDI as one of them should be implemented in
JDK 1.2 JVM, no plug-in to JVM. I guess that JVMDI is
already implemented in JDK 1.2 pre-release 2 for Linux
and an interpreter the JDK has supports JVMDI. But I'm
not sure whether Sun JIT (sunwjit.so) supports JVMDI or
not.

I'm interested in the JVMDI as a method to access
activation records, in other words execution contexts.
It may be possible to have an asynchronous thread
migration system I've implemented portable.

Kazuyuki SHUDO                          Happy Hacking!
  Muraoka Lab., School of Sci. & Eng., Waseda Univ.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to