Loading... (original) (raw)
- Type:
Bug
- Resolution: Fixed
- Priority:
P5
- Fix Version/s: 9
- Affects Version/s: 9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084938 | emb-9 | Ivan Gerasimov | P5 | Resolved | Fixed | team |
static Map<String, UnicodeBlock> map = new HashMap<>(256);
But then more than 500 elements are inserted.
backported by
JDK-8084938 (ch) Expected size of Character.UnicodeBlock.map is not optimal
- Resolved
relates to
JDK-8081027 Create a common test to check adequacy of initial size of static HashMap/ArrayList fields
- Resolved