Searched refs:maxMemory (Results 1 – 7 of 7) sorted by relevance
86 FAST_NATIVE_METHOD(Runtime, maxMemory, "()J"),
119 assertTrue("maxMemory() < totalMemory()", r.maxMemory() >= r.totalMemory()); in test_memory()
290 directMemory = Runtime.getRuntime().maxMemory(); in saveAndRemoveProperties()
62 long max = Runtime.getRuntime().maxMemory(); in testNativeAllocation()
104 public native long maxMemory(); in maxMemory() method in Runtime
754 public native long maxMemory(); in maxMemory() method in Runtime
41 if (Runtime.getRuntime().maxMemory() < bytesRequired) { in test_toString_highestPossibleBitSet()