Home
last modified time | relevance | path

Searched refs:accessCheckException (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DAtomicLongFieldUpdater.java603 throw accessCheckException(obj); in accessCheck()
610 private final RuntimeException accessCheckException(T obj) { in accessCheckException() method in AtomicLongFieldUpdater.LockedUpdater