Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DOutOfMemoryError.java41 public class OutOfMemoryError extends VirtualMachineError { class
47 public OutOfMemoryError() { in OutOfMemoryError() method in OutOfMemoryError
57 public OutOfMemoryError(String s) { in OutOfMemoryError() method in OutOfMemoryError
DAbstractStringBuilder.java161 throw new OutOfMemoryError(); in hugeCapacity()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DOutOfMemoryErrorTest.java27 Error e = new OutOfMemoryError(); in test_Constructor()
37 Error e = new OutOfMemoryError(null); in test_ConstructorLjava_lang_String()
41 e = new OutOfMemoryError("msg"); in test_ConstructorLjava_lang_String()
/libcore/ojluni/src/main/java/java/io/
DByteArrayOutputStream.java123 throw new OutOfMemoryError(); in hugeCapacity()
DBufferedInputStream.java229 throw new OutOfMemoryError("Required array size too large"); in fill()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DArrayDeque8Test.java93 assertThrows(OutOfMemoryError.class, in testHugeCapacity()
/libcore/ojluni/src/main/java/java/util/
DAbstractCollection.java240 throw new OutOfMemoryError in hugeCapacity()
DPriorityQueue.java305 throw new OutOfMemoryError(); in hugeCapacity()
DVector.java271 throw new OutOfMemoryError(); in hugeCapacity()
DArrayList.java280 throw new OutOfMemoryError(); in hugeCapacity()
/libcore/luni/src/test/java/libcore/java/lang/
DThreadTest.java72 } catch (OutOfMemoryError expected) { in leakingStartedThreads()
86 } catch (OutOfMemoryError expected) { in leakingUnstartedThreads()
/libcore/luni/src/test/java/libcore/java/util/
DBitSetTest.java48 } catch (OutOfMemoryError e) { in test_toString_highestPossibleBitSet()
/libcore/ojluni/src/main/java/java/nio/file/
DFiles.java3118 throw new OutOfMemoryError("Required array size too large");
3156 throw new OutOfMemoryError("Required array size too large");
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java985 } catch (OutOfMemoryError x) { in map()
996 } catch (OutOfMemoryError y) { in map()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DIdentityHashMap2Test.java108 } catch (OutOfMemoryError e) { in test_IdentityHashMap_Constructor_BigSize()
/libcore/ojluni/src/main/java/java/util/concurrent/
DPriorityBlockingQueue.java300 throw new OutOfMemoryError(); in tryGrow()
/libcore/expectations/
Dknownfailures.txt1762 description: "Causes OutOfMemoryError to test finalization",
/libcore/
Dopenjdk_java_files.bp172 "ojluni/src/main/java/java/lang/OutOfMemoryError.java",