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

/openjdk7/hotspot/test/runtime/NMT/
H A DThreadedVirtualAllocTestType.java39 public static final long commitSize = 128 * 1024; field in class:ThreadedVirtualAllocTestType
65 wb.NMTCommitMemory(addr, commitSize);
75 output.shouldMatch("\\[0x[0]*" + Long.toHexString(addr) + " - 0x[0]*" + Long.toHexString(addr + commitSize) + "\\] committed 128KB");
79 wb.NMTUncommitMemory(addr, commitSize);
89 output.shouldNotMatch("\\[0x[0]*" + Long.toHexString(addr) + " - 0x[0]*" + Long.toHexString(addr + commitSize) + "\\] committed");

Completed in 56 milliseconds