Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl
In directory usw-pr-cvs1:/tmp/cvs-serv7943
Modified Files:
VirtualMachineImpl.java
Log Message:
temporary thing, only for compilation
Index: VirtualMachineImpl.java
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/VirtualMachineImpl.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** VirtualMachineImpl.java 27 Jan 2002 22:51:56 -0000 1.4
--- VirtualMachineImpl.java 6 May 2002 18:04:16 -0000 1.5
***************
*** 105,112 ****
//pending: if not_suspendedVM then suspendVM and resumeVM
suspendThreads();
! Snapshot snap = new SnapshotImpl( iprof );
resumeThreads();
! return snap;
! //return null;
}
--- 105,113 ----
//pending: if not_suspendedVM then suspendVM and resumeVM
suspendThreads();
! //FIXME
! SnapshotImpl snap = new SnapshotImpl( iprof );
resumeThreads();
! //return snap;
! return null;
}
***************
*** 336,339 ****
--- 337,343 ----
/*
* $Log$
+ * Revision 1.5 2002/05/06 18:04:16 vachis
+ * temporary thing, only for compilation
+ *
* Revision 1.4 2002/01/27 22:51:56 stolis
* isShutdowned() and shutdown() methods added.
|