Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit 2739100

Browse files
committedFeb 14, 2020
8239017: cmp-baseline fails because of differences in TimeZoneNames_kea
Reviewed-by: erikj
1 parent bcb804f commit 2739100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎make/jdk/src/classes/build/tools/cldrconverter/CLDRConverter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ private static Map<String, Object> extractCurrencyNames(Map<String, Object> map,
685685
}
686686

687687
private static Map<String, Object> extractZoneNames(Map<String, Object> map, String id) {
688-
Map<String, Object> names = new HashMap<>();
688+
Map<String, Object> names = new TreeMap<>(KeyComparator.INSTANCE);
689689

690690
getAvailableZoneIds().stream().forEach(tzid -> {
691691
// If the tzid is deprecated, get the data for the replacement id

0 commit comments

Comments
 (0)