class MemoryAccountingConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
AT_ARRAY_CREATION
The bit flag for instrumenting at array creations.
|
(package private) static int |
AT_CONSTRUCTOR
The bit flag for instrumenting at constructors.
|
(package private) static int |
AT_FINALIZER
The bit flag for instrumenting at finalizers.
|
(package private) static int |
AT_OBJECT_CREATION
The bit flag for instrumenting at object creation.
|
(package private) static int |
NATIVE_UNALLOCATION
Indicates native unallocation.
|
| Modifier | Constructor and Description |
|---|---|
private |
MemoryAccountingConstants()
Prevents this class from being instantiated from outside.
|
static final int AT_CONSTRUCTOR
static final int AT_OBJECT_CREATION
static final int AT_FINALIZER
static final int AT_ARRAY_CREATION
static final int NATIVE_UNALLOCATION