8300866: Declare some classes final in java.io

Reviewed-by: alanb
This commit is contained in:
Per Minborg 2023-01-23 19:09:39 +00:00
parent 1a3cb8c501
commit d117350875
5 changed files with 12 additions and 14 deletions

View file

@ -3862,7 +3862,7 @@ public class ObjectInputStream
* as memory conservation, it does not enforce this constraint.
*/
// REMIND: add full description of exception propagation algorithm?
private static class HandleTable {
private static final class HandleTable {
/* status codes indicating whether object has associated exception */
private static final byte STATUS_OK = 1;