< prev index next >

share/runtime/globals.hpp

Print this page
rev 1 : G1GC+POGC+NVDIMM Patch with latest comments incorporated from all.

*** 2632,2641 **** --- 2632,2644 ---- \ product(ccstr, AllocateHeapAt, NULL, \ "Path to the directoy where a temporary file will be created " \ "to use as the backing store for Java Heap.") \ \ + product(ccstr, AllocateOldGenAt, NULL, \ + "OldGen mount point where Old gen heap will be mapped.." ) \ + \ develop(bool, VerifyMetaspace, false, \ "Verify metaspace on chunk movements.") \ \ diagnostic(bool, ShowRegistersOnAssert, false, \ "On internal errors, include registers in error report.") \
< prev index next >