Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8064125 | 8u45 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
JDK-8055592 | 8u40 | Attila Szegedi | P3 | Resolved | Fixed | b04 |
JDK-8070362 | emb-8u47 | Attila Szegedi | P3 | Resolved | Fixed | team |
Description
Ensure that RewriteException and UnwarrantedOptimismException are not serializable. Exception subclasses are serializable by default, but we want to be conservative with what we allow to be serializable; these exceptions don't have a valid serialization use, so we'll explicitly prevent them from being serialized or deserialized.
Attachments
Issue Links
- backported by
-
JDK-8055592 Ensure exceptions related to optimistic recompilation are not serializable
-
- Resolved
-
-
JDK-8064125 Ensure exceptions related to optimistic recompilation are not serializable
-
- Resolved
-
-
JDK-8070362 Ensure exceptions related to optimistic recompilation are not serializable
-
- Resolved
-