-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
None
-
b17
-
generic
-
generic
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 |
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.
- 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