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

/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfoFile.java904 private volatile static SoftReference<byte[]> rawOffsetIndices = null; field in class:ZoneInfoFile
909 SoftReference<byte[]> cache = rawOffsetIndices;
946 rawOffsetIndices = new SoftReference<byte[]>(indices);

Completed in 30 milliseconds