* gnu/classpath/jdwp/VMVirtualMachine.java

(initialize): Declare.
        * gnu/classpath/jdwp/natVMVirtualMachine.cc
        (initialize): Get and save JVMTI environment.

From-SVN: r116357
This commit is contained in:
Keith Seitz
2006-08-23 22:18:08 +00:00
committed by Keith Seitz
parent 12b3553fe4
commit a4d0390b44
3 changed files with 21 additions and 0 deletions
@@ -57,6 +57,8 @@ import java.util.Iterator;
*/
public class VMVirtualMachine
{
public static native void initialize ();
/**
* Suspend a thread
*