From: Pavel V. <va...@us...> - 2002-09-07 19:40:31
|
Update of /cvsroot/javaprofiler/test/module In directory usw-pr-cvs1:/tmp/cvs-serv2146 Modified Files: TestAllocHistView.java Log Message: problems in compilation fixed Index: TestAllocHistView.java =================================================================== RCS file: /cvsroot/javaprofiler/test/module/TestAllocHistView.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** TestAllocHistView.java 19 Aug 2002 09:09:43 -0000 1.10 --- TestAllocHistView.java 7 Sep 2002 19:40:28 -0000 1.11 *************** *** 149,153 **** private VirtualMachineRef connect( boolean useShmem ) throws ConnectingException { //try { ! Bootstrap.virtualMachineManager().defaultConnector(); if ( !useShmem ) { --- 149,153 ---- private VirtualMachineRef connect( boolean useShmem ) throws ConnectingException { //try { ! Bootstrap.connectorManager().defaultConnector(); if ( !useShmem ) { *************** *** 193,196 **** --- 193,199 ---- /* * $Log$ + * Revision 1.11 2002/09/07 19:40:28 vachis + * problems in compilation fixed + * * Revision 1.10 2002/08/19 09:09:43 vachis * added loggin of changes |