We have noticed that the overridden finalize() method creates quite a few java.lang.ref.Finalize objects. By commenting out this method we have noticed a 40%-50% memory reduction. From 9.8 meg to 4.1 meg, can anyone think of any dangers associated with removing the overriden finalize method?
-stephan