-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 12
-
Component/s: core-libs
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8227863 | 14 | Roger Riggs | P4 | Resolved | Fixed | b07 |
| JDK-8228157 | 13.0.2 | Roger Riggs | P4 | Resolved | Fixed | b01 |
| JDK-8227993 | 13.0.1 | Roger Riggs | P4 | Resolved | Fixed | b02 |
The serialization spec contains copies of the signatures of the methods in relevant types, for example
https://docs.oracle.com/en/java/javase/12/docs/specs/serialization/class.html
contains the signatures from ObjectStreamClass. However, the signatures in the serialization spec do *not* reflect the generification efforts done to ObjectStreamClass, efforts completed by the initial load of code into OpenJDK.
https://docs.oracle.com/en/java/javase/12/docs/specs/serialization/class.html
contains the signatures from ObjectStreamClass. However, the signatures in the serialization spec do *not* reflect the generification efforts done to ObjectStreamClass, efforts completed by the initial load of code into OpenJDK.
- backported by
-
JDK-8227863 Serial spec should be updated to reflect API generification
-
- Resolved
-
-
JDK-8227993 Serial spec should be updated to reflect API generification
-
- Resolved
-
-
JDK-8228157 Serial spec should be updated to reflect API generification
-
- Resolved
-
- csr for
-
JDK-8227731 Serial spec should be updated to reflect API generification
-
- Closed
-
- relates to
-
JDK-8143987 Serialization methods such as readResolve() not found if defined as default
-
- Open
-
-
JDK-6387704 Source code of OOS/OIS/OSC is incorrect in specification
-
- Closed
-
(1 relates to)