Package | Description |
---|---|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
org.openjdk.jmc.common.util | |
org.openjdk.jmc.flightrecorder | |
org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders |
Modifier and Type | Field and Description |
---|---|
static ContentType<IMCStackTrace> |
UnitLookup.STACKTRACE |
Modifier and Type | Class and Description |
---|---|
class |
MCStackTrace
Base class for stack traces.
|
Modifier and Type | Method and Description |
---|---|
static String |
FormatToolkit.getHumanReadable(IMCStackTrace trace)
Get a human readable string representing a stack trace, displays all available information.
|
static String |
FormatToolkit.getHumanReadable(IMCStackTrace trace,
boolean showReturnValue,
boolean showReturnValuePackage,
boolean showClassName,
boolean showClassPackageName,
boolean showArguments,
boolean showArgumentsPackage,
int maximumVisibleStackTraceElements,
String indent,
String linePrefix,
String lineSeparator)
Get a human readable string representing a stack trace.
|
static String |
FormatToolkit.getHumanReadable(IMCStackTrace trace,
String indent,
String linePrefix,
String lineSeparator)
Get a human readable string representing a stack trace, displays all available information.
|
Modifier and Type | Field and Description |
---|---|
static IAttribute<IMCStackTrace> |
JfrAttributes.EVENT_STACKTRACE |
Modifier and Type | Field and Description |
---|---|
static IAccessorFactory<IMCStackTrace> |
MethodProfilingDataProvider.PATH_ACCESSOR_FACTORY |
Copyright © 2020. All rights reserved.