Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b102
-
generic
-
generic
Description
The new-in-JDK-8 exception type LambdaConversionException was added without a serialVersionUID. Since all exceptions are serializable (thanks RMI!), an serialVersionUID should be added.
Attachments
Issue Links
- relates to
-
JDK-8000806 Implement runtime lambda metafactory
- Resolved