EnumSet of enum types with greater than 64 values will to cluster
-----------------------------------------------------------------
Key: CDV-508
URL: https://jira.terracotta.org/jira//browse/CDV-508
Project: Community Development
Issue Type: Bug
Components: DSO:L1
Affects Versions: 2.5-stable0
Reporter: Tim Eck
Assignee: Issue Review Board
The internal implementation of java.util.EnumSet has two flavors
(RegularEnumSet and JumboEnumSet). The regular version is used for enum types
with 64 or fewer values, the jumbo version is all other enums.
As proved by the EnumTest system test, the "regular" case works, try adding
creating a clustered enum set with an enum with 64+ values and get a
non-portable exception for java.util.JumboEnumSet.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev