RFR (XS): 8148044: Remove Enum[0] constants from EnumSet and EnumMap
Claes Redestad
claes.redestad at oracle.com
Fri Jan 22 11:56:47 UTC 2016
On 2016-01-22 12:53, Alan Bateman wrote:
>
>
> On 22/01/2016 11:34, Claes Redestad wrote:
>> :
>>
>> During testing I discovered that EnumSet was missing a
>> serialVersionUID, which needs to be added.
> I assume this is not needed, it already has:
>
> @SuppressWarnings("serial") // No serialVersionUID due to usage of
> serial proxy pattern
That's odd.. there's a jtreg test that fails if I don't explicitly add
the serialVersionUID (that's where I got the actual UID from). I'll
investigate.
Thanks!
-Claes
More information about the core-libs-dev
mailing list