CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <[EMAIL PROTECTED]>        05/07/01 13:07:02

Modified files:
        .              : ChangeLog 
        gnu/classpath  : ObjectPool.java 

Log message:
        2005-07-01  Roman Kennke  <[EMAIL PROTECTED]>
        
        * gnu/classpath/ObjectPool.java:
        Introduced flag for turning on/off caching.
        (getInstance): Synchronized access to this method.
        (borrowObject): Synchronized access to the pool.
        Added some benchmarking statements.
        (returnObject): Synchronized access to the pool.
        Added some benchmarking statements.
        (createObject): Synchronized access to the pool.
        Added some benchmarking statements.
        (printStats): New method. Prints out some stats about the pool usage.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.3966&tr2=1.3967&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/classpath/ObjectPool.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text



_______________________________________________
Commit-classpath mailing list
Commit-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/commit-classpath

Reply via email to