Searched refs:OutOfMemoryError (Results 1 – 18 of 18) sorted by relevance
41 public class OutOfMemoryError extends VirtualMachineError { class47 public OutOfMemoryError() { in OutOfMemoryError() method in OutOfMemoryError57 public OutOfMemoryError(String s) { in OutOfMemoryError() method in OutOfMemoryError
161 throw new OutOfMemoryError(); in hugeCapacity()
27 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()
123 throw new OutOfMemoryError(); in hugeCapacity()
229 throw new OutOfMemoryError("Required array size too large"); in fill()
93 assertThrows(OutOfMemoryError.class, in testHugeCapacity()
240 throw new OutOfMemoryError in hugeCapacity()
305 throw new OutOfMemoryError(); in hugeCapacity()
271 throw new OutOfMemoryError(); in hugeCapacity()
280 throw new OutOfMemoryError(); in hugeCapacity()
72 } catch (OutOfMemoryError expected) { in leakingStartedThreads()86 } catch (OutOfMemoryError expected) { in leakingUnstartedThreads()
48 } catch (OutOfMemoryError e) { in test_toString_highestPossibleBitSet()
3118 throw new OutOfMemoryError("Required array size too large");3156 throw new OutOfMemoryError("Required array size too large");
985 } catch (OutOfMemoryError x) { in map()996 } catch (OutOfMemoryError y) { in map()
108 } catch (OutOfMemoryError e) { in test_IdentityHashMap_Constructor_BigSize()
300 throw new OutOfMemoryError(); in tryGrow()
1762 description: "Causes OutOfMemoryError to test finalization",
172 "ojluni/src/main/java/java/lang/OutOfMemoryError.java",