Loading... (original) (raw)

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

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8084938 (ch) Expected size of Character.UnicodeBlock.map is not optimal

relates to

Enhancement - null JDK-8081027 Create a common test to check adequacy of initial size of static HashMap/ArrayList fields