< 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>


 102   LOG_TAG(metaspace) \
 103   LOG_TAG(mmu) \
 104   LOG_TAG(module) \
 105   LOG_TAG(monitorinflation) \
 106   LOG_TAG(monitormismatch) \
 107   LOG_TAG(nestmates) \
 108   LOG_TAG(nmethod) \
 109   LOG_TAG(normalize) \
 110   LOG_TAG(objecttagging) \
 111   LOG_TAG(obsolete) \
 112   LOG_TAG(oldobject) \
 113   LOG_TAG(oom) \
 114   LOG_TAG(oopmap) \
 115   LOG_TAG(oops) \
 116   LOG_TAG(oopstorage) \
 117   LOG_TAG(os) \
 118   LOG_TAG(pagesize) \
 119   LOG_TAG(patch) \
 120   LOG_TAG(path) \
 121   LOG_TAG(perf) \

 122   LOG_TAG(phases) \
 123   LOG_TAG(plab) \
 124   LOG_TAG(preview)   /* Trace loading of preview feature types */ \
 125   LOG_TAG(promotion) \
 126   LOG_TAG(preorder) /* Trace all classes loaded in order referenced (not loaded) */ \
 127   LOG_TAG(protectiondomain) /* "Trace protection domain verification" */ \
 128   LOG_TAG(ref) \
 129   LOG_TAG(redefine) \
 130   LOG_TAG(refine) \
 131   LOG_TAG(region) \
 132   LOG_TAG(reloc) \
 133   LOG_TAG(remset) \
 134   LOG_TAG(parser) \
 135   LOG_TAG(purge) \
 136   LOG_TAG(resolve) \
 137   LOG_TAG(safepoint) \
 138   LOG_TAG(sampling) \
 139   LOG_TAG(scavenge) \
 140   LOG_TAG(setting) \
 141   LOG_TAG(smr) \




 102   LOG_TAG(metaspace) \
 103   LOG_TAG(mmu) \
 104   LOG_TAG(module) \
 105   LOG_TAG(monitorinflation) \
 106   LOG_TAG(monitormismatch) \
 107   LOG_TAG(nestmates) \
 108   LOG_TAG(nmethod) \
 109   LOG_TAG(normalize) \
 110   LOG_TAG(objecttagging) \
 111   LOG_TAG(obsolete) \
 112   LOG_TAG(oldobject) \
 113   LOG_TAG(oom) \
 114   LOG_TAG(oopmap) \
 115   LOG_TAG(oops) \
 116   LOG_TAG(oopstorage) \
 117   LOG_TAG(os) \
 118   LOG_TAG(pagesize) \
 119   LOG_TAG(patch) \
 120   LOG_TAG(path) \
 121   LOG_TAG(perf) \
 122   LOG_TAG(periodic) \
 123   LOG_TAG(phases) \
 124   LOG_TAG(plab) \
 125   LOG_TAG(preview)   /* Trace loading of preview feature types */ \
 126   LOG_TAG(promotion) \
 127   LOG_TAG(preorder) /* Trace all classes loaded in order referenced (not loaded) */ \
 128   LOG_TAG(protectiondomain) /* "Trace protection domain verification" */ \
 129   LOG_TAG(ref) \
 130   LOG_TAG(redefine) \
 131   LOG_TAG(refine) \
 132   LOG_TAG(region) \
 133   LOG_TAG(reloc) \
 134   LOG_TAG(remset) \
 135   LOG_TAG(parser) \
 136   LOG_TAG(purge) \
 137   LOG_TAG(resolve) \
 138   LOG_TAG(safepoint) \
 139   LOG_TAG(sampling) \
 140   LOG_TAG(scavenge) \
 141   LOG_TAG(setting) \
 142   LOG_TAG(smr) \


< prev index next >