8159009: Remove ExemptionMechanism.finalize() implementation
Reviewed-by: mullan, weijun
This commit is contained in:
parent
e78fd8d72e
commit
d992f9b518
@ -482,13 +482,4 @@ public class ExemptionMechanism {
|
|||||||
done = true;
|
done = true;
|
||||||
return n;
|
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?
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user