8159009: Remove ExemptionMechanism.finalize() implementation

Reviewed-by: mullan, weijun
This commit is contained in:
Xue-Lei Andrew Fan 2016-07-09 06:04:57 +00:00
parent e78fd8d72e
commit d992f9b518

View File

@ -482,13 +482,4 @@ public class ExemptionMechanism {
done = true;
return n;
}
/**
* Ensures that the key stored away by this ExemptionMechanism
* object will be wiped out when there are no more references to it.
*/
protected void finalize() {
keyStored = null;
// Are there anything else we could do?
}
}