yacy_search_server/source/net/yacy/kelondro/io
orbiter 4cd5418963 removed finalize methods because of a hint in
http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/memleaks.html#gbyvh

The finalize method prevents that the memory, used by the objects containing the finalize method, is collected and available for the garbage collector. Instead, the memory allocated by such classes are enqueued to a java-internal finalize queue runner. This slows down all operations that uses a lot of object containing finalize methods.

this fix does not remove all finalize method, but such that may be used for throw-away objects that are allocated many times. This should cause a better run-time performance and less OutOfMemoryErrors 

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6835 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-04-23 09:32:29 +00:00
..
AbstractReader.java more final modifier 2009-10-12 21:59:39 +00:00
AbstractWriter.java more PMD recommendations 2010-01-12 20:53:19 +00:00
BufferedRecords.java removed unnecessary cache flush call in backend of BufferedRecords 2010-03-26 12:44:13 +00:00
ByteCountInputStream.java removed finalize methods because of a hint in 2010-04-23 09:32:29 +00:00
ByteCountOutputStream.java removed finalize methods because of a hint in 2010-04-23 09:32:29 +00:00
CachedFileReader.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
CachedFileWriter.java - avoid unnecessary host name lookups for localhost 2009-11-16 23:00:54 +00:00
CharBuffer.java refactoring of yacy documents and parsers: they depend now only on the kelondro classes 2009-10-18 00:53:43 +00:00
RandomAccessIO.java more final modifier 2009-10-12 21:59:39 +00:00
Reader.java moved io classes 2009-10-10 01:00:49 +00:00
Records.java self-healing for broken table files (may cause other problems, but better than nothing) 2010-04-21 11:29:27 +00:00
Writer.java moved io classes 2009-10-10 01:00:49 +00:00