1 class UselessFinalize { 2 @Override 3 protected void finalize() throws Throwable { 4 super.finalize(); 5 } 6 }