Searched refs:exceptionRef (Results 1 – 1 of 1) sorted by relevance
2433 AtomicReference<RuntimeException> exceptionRef = new AtomicReference<>(); in dump() local2438 exceptionRef.set(e); in dump()2449 exceptionRef.compareAndSet(null, new IllegalStateException("Dump interrupted", e)); in dump()2452 final RuntimeException e = exceptionRef.get(); in dump()