Update of /cvsroot/javaprofiler/library/src/prof
In directory usw-pr-cvs1:/tmp/cvs-serv32198/src/prof
Modified Files:
lock.cpp
Log Message:
a little fix
Index: lock.cpp
===================================================================
RCS file: /cvsroot/javaprofiler/library/src/prof/lock.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** lock.cpp 2002/01/27 14:33:24 1.2
--- lock.cpp 2002/01/27 15:17:25 1.3
***************
*** 54,59 ****
/* don't try to destroy the lock, someone else
* (another thread) can be still using it;
! * the lock will be destroyed automatically when
! * JVM process finished (or was killed) */
}
--- 54,60 ----
/* don't try to destroy the lock, someone else
* (another thread) can be still using it;
! * the lock will be destroyed automatically
! * by system after JVM process finished
! * (or was killed) */
}
|