summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2006-03-04 19:13:50 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2006-03-04 19:13:50 +0000
commit2c072aeb6a4267018a95659d8b91849ffc297d07 (patch)
tree0897bfa7ca08affe357fc7daab2e359d76c187dd
parentfb39a389a8f02a9aecbb7aca8945e26b1ffc301f (diff)
downloadclasspath-2c072aeb6a4267018a95659d8b91849ffc297d07.tar.gz
2006-03-04 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* gnu/java/rmi/dgc/DGCImpl.java: More comments, boilerplate fix. (dirty): Do not synchronize on Hashtable. Use the passed (requested) lease value and not always the default one. (LeaseRecord): Remember the array of objects, marked as dirty. java/rmi/dgc/Lease.java: Boilerplate fix. Sorry, the just applied patch containes more changes, not just the boilerplate. Correcting the Changelog entry.
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 97371563c..c44fcdda4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
2006-03-04 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* gnu/java/rmi/dgc/DGCImpl.java: More comments, boilerplate fix.
- * java/rmi/dgc/Lease.java: Boilerplate fix.
+ (dirty): Do not synchronize on Hashtable. Use the passed (requested)
+ lease value and not always the default one.
+ (LeaseRecord): Remember the array of objects, marked as dirty.
+ java/rmi/dgc/Lease.java: Boilerplate fix.
2006-03-05 Raif S. Naffah <raif@swiftdsl.com.au>