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

/openjdk9/jdk/test/java/lang/ThreadLocal/
H A DTLRemoveTest.java44 final int[] removeAndSet = {12,34,10};
68 for(int removeId : removeAndSet)
103 for(int removeId : removeAndSet)
/openjdk9/jdk/test/java/lang/InheritableThreadLocal/
H A DITLRemoveTest.java49 static final int[] removeAndSet = {12,34,10}; field in class:ITLRemoveTest
73 for(int removeId : removeAndSet)
110 for(int removeId : removeAndSet)

Completed in 45 milliseconds