Home
last modified time | relevance | path

Searched refs:OutOfMemoryError (Results 1 – 23 of 23) 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.java162 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/libart/src/main/java/java/lang/
DDaemons.java146 } catch (OutOfMemoryError ignored) { in stop()
185 } catch (OutOfMemoryError e) { in runInternal()
239 } catch (OutOfMemoryError ignored) { in runInternal()
301 } catch (OutOfMemoryError e) { in sleepUntilNeeded()
347 } catch (OutOfMemoryError ignored) { in sleepFor()
411 } catch (OutOfMemoryError ignored) { in finalizerTimedOut()
/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/luni/src/main/java/libcore/util/
DNativeAllocationRegistry.java123 } catch (OutOfMemoryError oome) { in registerNativeAllocation()
/libcore/luni/src/test/java/libcore/java/lang/
DThreadTest.java51 } catch (OutOfMemoryError expected) { in testLeakingStartedThreads()
64 } catch (OutOfMemoryError expected) { in testLeakingUnstartedThreads()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
DSoftReferenceTest.java112 } catch(OutOfMemoryError ofme) { in test_get_SoftReference()
/libcore/luni/src/main/java/java/math/
DMultiplication.java163 } catch (OutOfMemoryError error) { in powerOf10()
/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/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.java980 } catch (OutOfMemoryError x) { in map()
991 } 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()
DConcurrentHashMap.java4473 throw new OutOfMemoryError(OOME_MSG); in toArray()
4480 throw new OutOfMemoryError(OOME_MSG); in toArray()
4496 throw new OutOfMemoryError(OOME_MSG); in toArray()
4506 throw new OutOfMemoryError(OOME_MSG); in toArray()
/libcore/ojluni/src/main/java/java/nio/
DBits.java728 throw new OutOfMemoryError("Direct buffer memory"); in reserveMemory()
/libcore/expectations/
Dknownfailures.txt1811 description: "Causes OutOfMemoryError to test finalization",
/libcore/
Dopenjdk_java_files.mk168 ojluni/src/main/java/java/lang/OutOfMemoryError.java \