Searched refs:zoneInfoMappings (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfoFile.java1001 private volatile static SoftReference<byte[]> zoneInfoMappings = null; field in class:ZoneInfoFile
1006 SoftReference<byte[]> cache = zoneInfoMappings;
1033 zoneInfoMappings = new SoftReference<byte[]>(data);

Completed in 31 milliseconds