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.rules.jdk.dataproviders |
Modifier and Type | Method and Description |
---|---|
IMCMethod |
IMCFrame.getMethod()
The method for the frame.
|
Modifier and Type | Field and Description |
---|---|
static ContentType<IMCMethod> |
UnitLookup.METHOD |
Modifier and Type | Class and Description |
---|---|
class |
MCMethod
Base implementation of the
IMCMethod interface. |
Modifier and Type | Method and Description |
---|---|
IMCMethod |
MCFrame.getMethod() |
Modifier and Type | Method and Description |
---|---|
static String |
FormatToolkit.getHumanReadable(IMCMethod method)
Get a human readable string representing a method, displays all available information
|
static String |
FormatToolkit.getHumanReadable(IMCMethod method,
boolean showReturnValue,
boolean showReturnValuePackage,
boolean showClassName,
boolean showClassPackageName,
boolean showArguments,
boolean showArgumentsPackage)
Get a human readable string representing a method.
|
Constructor and Description |
---|
MCFrame(IMCMethod method,
Integer bci,
Integer frameLineNumber,
IMCFrame.Type type)
Create a new frame instance.
|
Modifier and Type | Field and Description |
---|---|
static IAttribute<IMCMethod> |
JdkAttributes.COMPILER_METHOD |
static IAttribute<IMCMethod> |
JdkAttributes.STACK_TRACE_BOTTOM_METHOD |
static IAttribute<IMCMethod> |
JdkAttributes.STACK_TRACE_TOP_METHOD |
Modifier and Type | Field and Description |
---|---|
static IAccessorFactory<IMCMethod> |
MethodProfilingDataProvider.TOP_FRAME_ACCESSOR_FACTORY
A custom accessor used to get the top frame in a stack trace.
|
Copyright © 2020. All rights reserved.