Searched defs:OOME_MSG (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java4468 private static final String OOME_MSG = "Required array size too large"; field in class:ConcurrentHashMap.CollectionView
4473 throw new OutOfMemoryError(OOME_MSG);
4480 throw new OutOfMemoryError(OOME_MSG);
4496 throw new OutOfMemoryError(OOME_MSG);
4506 throw new OutOfMemoryError(OOME_MSG);

Completed in 18 milliseconds