public class GcNames extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
OLD |
static String |
SURVIVOR |
static String |
YOUNG |
| Constructor and Description |
|---|
GcNames() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getByGcName(String gcName,
String defaultName) |
static String |
getByMemoryPoolName(String poolName,
String defaultName)
Resolves the GC type by its memory pool name (
MemoryPoolMXBean.getName(). |
public static final String YOUNG
public static final String OLD
public static final String SURVIVOR
Copyright © 2009–2017. All rights reserved.