JDK 21 | JDK 22 |
---|---|
21Fixed | 22 b02Fixed |
Blocks :
|
|
CSR :
|
|
Relates :
|
|
Relates :
|
A new field 'putMode' had been added to LinkedHashMap in the initial Sequenced Collection implementation (JDK-8266571). Since the class is serializable, this resulted in an unintended change to the serial format. The field should be marked 'transient' to restore the previous serial format.
|