mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8300866: Declare some classes final in java.io
Reviewed-by: alanb
This commit is contained in:
parent
1a3cb8c501
commit
d117350875
5 changed files with 12 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue