| 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 |
| 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.
|
Copyright © 2019. All rights reserved.