Searched refs:suppressedSize (Results 1 – 1 of 1) sorted by relevance
979 int suppressedSize = validateSuppressedExceptionsList(candidateSuppressedExceptions); in readObject() local980 if (suppressedSize > 0) { // Copy valid Throwables to new list in readObject()981 var suppList = new ArrayList<Throwable>(Math.min(100, suppressedSize)); in readObject()