Searched refs:oomeMsg (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java2679 private static final String oomeMsg = "Required array size too large"; field in class:ConcurrentHashMap.CollectionView
2684 throw new OutOfMemoryError(oomeMsg);
2691 throw new OutOfMemoryError(oomeMsg);
2707 throw new OutOfMemoryError(oomeMsg);
2717 throw new OutOfMemoryError(oomeMsg);

Completed in 8 milliseconds