< prev index next >

src/hotspot/share/logging/logTag.hpp

Print this page
rev 52572 : JDK-8212657: Implementation of JDK-8204089 Promptly Return Unused Committed Memory from G1
Summary: Issue optional, default enabled, concurrent cycles when the VM is idle to reclaim unused internal and Java heap memory.
Reviewed-by:
Contributed-by: Rodrigo Bruno <rbruno@gsd.inesc-id.pt>, Ruslan Synytsky <rs@jelastic.com>, Thomas Schatzl <thomas.schatzl@oracle.com>

*** 117,126 **** --- 117,127 ---- LOG_TAG(os) \ LOG_TAG(pagesize) \ LOG_TAG(patch) \ LOG_TAG(path) \ LOG_TAG(perf) \ + LOG_TAG(periodic) \ LOG_TAG(phases) \ LOG_TAG(plab) \ LOG_TAG(preview) /* Trace loading of preview feature types */ \ LOG_TAG(promotion) \ LOG_TAG(preorder) /* Trace all classes loaded in order referenced (not loaded) */ \
< prev index next >