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.unit |
This package contains the data model for quantities and units.
|
org.openjdk.jmc.common.util | |
org.openjdk.jmc.flightrecorder.jdk | |
org.openjdk.jmc.flightrecorder.stacktrace |
Modifier and Type | Method and Description |
---|---|
List<? extends IMCFrame> |
IMCStackTrace.getFrames()
Return the frames that this stack trace consist of.
|
Modifier and Type | Field and Description |
---|---|
static ContentType<IMCFrame> |
UnitLookup.STACKTRACE_FRAME |
Modifier and Type | Class and Description |
---|---|
class |
MCFrame
Base implementation of the
IMCFrame interface. |
Modifier and Type | Method and Description |
---|---|
List<IMCFrame> |
MCStackTrace.getFrames() |
Constructor and Description |
---|
MCStackTrace(List<IMCFrame> frames,
IMCStackTrace.TruncationState truncationState)
Create a new stack trace instance.
|
Modifier and Type | Field and Description |
---|---|
static IAttribute<IMCFrame> |
JdkAttributes.STACK_TRACE_BOTTOM_FRAME |
static IAttribute<IMCFrame> |
JdkAttributes.STACK_TRACE_TOP_FRAME |
Modifier and Type | Field and Description |
---|---|
static IMCFrame |
StacktraceModel.UNKNOWN_FRAME
A special marker object that indicates a frame that cannot be determined.
|
Modifier and Type | Method and Description |
---|---|
IMCFrame |
StacktraceFrame.getFrame() |
Modifier and Type | Method and Description |
---|---|
static String |
StacktraceFormatToolkit.formatFrame(IMCFrame frame,
FrameSeparator frameSeparator)
Return a text representation of a frame with only the information that is relevant according
to the frame categorization.
|
static String |
StacktraceFormatToolkit.formatFrame(IMCFrame frame,
FrameSeparator frameSeparator,
boolean showReturnValue,
boolean showReturnValuePackage,
boolean showClassName,
boolean showClassPackageName,
boolean showArguments,
boolean showArgumentsPackage)
Return a text representation of a frame with only the information that is relevant according
to the frame categorization.
|
boolean |
FrameSeparator.isSeparate(IMCFrame frameA,
IMCFrame frameB)
Check if two frames are different according to this frame separator.
|
Copyright © 2019. All rights reserved.