public class GCCause extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static GCCause[] |
GCCauses |
static GCCause |
JavaLangSystemGC |
static GCCause |
TestGCInDeoptimizer |
static GCCause |
UnitTest |
| Modifier | Constructor and Description |
|---|---|
protected |
GCCause(String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
cacheReverseMapping() |
static GCCause |
fromId(int causeId) |
int |
getId() |
String |
getName() |