サンプル

public class ClassA {
protected void finalize (int i)
throws Throwable {

super .finalize();
}
}

解決策
finalize() メソッドを多重定義しないでください。