Searched refs:exceptionCount (Results 1 – 2 of 2) sorted by relevance
542 final AtomicInteger exceptionCount = new AtomicInteger(); in testRemovalNotification_get_basher() local549 exceptionCount.incrementAndGet(); in testRemovalNotification_get_basher()599 assertEquals(exceptionCount.get() + computeNullCount.get(), stats.loadExceptionCount()); in testRemovalNotification_get_basher()
725 final int exceptionCount = exceptions.size (); in visit() local726 for (int e = 0; e < exceptionCount; ++ e) in visit()