Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DThrowable.java979 int suppressedSize = validateSuppressedExceptionsList(candidateSuppressedExceptions); in readObject() local
980 if (suppressedSize > 0) { // Copy valid Throwables to new list in readObject()
981 var suppList = new ArrayList<Throwable>(Math.min(100, suppressedSize)); in readObject()