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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/util/
H A DThreadLocalBufferAllocator.java42 private static ThreadLocal tlba = new ThreadLocal(); field in class:ThreadLocalBufferAllocator
45 SoftReference bAllocatorRef = (SoftReference) tlba.get();
48 tlba.set(bAllocatorRef);

Completed in 27 milliseconds