Update of /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi
In directory usw-pr-cvs1:/tmp/cvs-serv13055/net/sourceforge/javaprofiler/jpi
Modified Files:
VirtualMachineImageRef.java
Log Message:
Obsolete methods commented out.
Index: VirtualMachineImageRef.java
===================================================================
RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/VirtualMachineImageRef.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** VirtualMachineImageRef.java 27 Jul 2002 22:25:17 -0000 1.6
--- VirtualMachineImageRef.java 10 Sep 2002 12:12:04 -0000 1.7
***************
*** 36,47 ****
List getGCRuns();
! /**
* Returns size (in bytes) of free memory in the mirrored virtual machine.
*
* @return size (in bytes) of free memory in the mirrored virtual machine.
*/
! public long freeMemory();
! /**
* Returns size (in bytes) of allocated memory in the mirrored virtual
* machine.
--- 36,47 ----
List getGCRuns();
! /*
* Returns size (in bytes) of free memory in the mirrored virtual machine.
*
* @return size (in bytes) of free memory in the mirrored virtual machine.
*/
! //public long freeMemory();
! /*
* Returns size (in bytes) of allocated memory in the mirrored virtual
* machine.
***************
*** 50,58 ****
* machine.
*/
! public long totalMemory();
}
/*
* $Log$
* Revision 1.6 2002/07/27 22:25:17 vachis
* Has... interfaces renamed (word Root aded)
--- 50,62 ----
* machine.
*/
! //public long totalMemory();
}
/*
* $Log$
+ * Revision 1.7 2002/09/10 12:12:04 michalpise
+ *
+ * Obsolete methods commented out.
+ *
* Revision 1.6 2002/07/27 22:25:17 vachis
* Has... interfaces renamed (word Root aded)
|