Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.7.1.1
-
None
-
Low
-
Performance
Description
code implements a finalize method by just calling super.finalize. Having a finalizer makes the work of the gc harder than if you didn't have it at all, so remove it.