Package | Description |
---|---|
org.openjdk.jmc.common |
This package contains interfaces used in Mission Control to identify classes, methods, stack
traces etc.
|
org.openjdk.jmc.common.util | |
org.openjdk.jmc.flightrecorder.internal.parser.v1 |
Modifier and Type | Method and Description |
---|---|
static IMCStackTrace.TruncationState |
IMCStackTrace.TruncationState.fromBoolean(java.lang.Boolean trunc)
Get the correct truncation state enum value based on a Boolean value.
|
IMCStackTrace.TruncationState |
IMCStackTrace.getTruncationState()
Returns the truncation state of the stack trace.
|
static IMCStackTrace.TruncationState |
IMCStackTrace.TruncationState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMCStackTrace.TruncationState[] |
IMCStackTrace.TruncationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private IMCStackTrace.TruncationState |
MCStackTrace.truncationState |
Modifier and Type | Method and Description |
---|---|
IMCStackTrace.TruncationState |
MCStackTrace.getTruncationState() |
Constructor and Description |
---|
MCStackTrace(java.util.List<IMCFrame> frames,
IMCStackTrace.TruncationState truncationState)
Create a new stack trace instance.
|
Modifier and Type | Method and Description |
---|---|
IMCStackTrace.TruncationState |
StructTypes.JfrStackTrace.getTruncationState() |