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.util |
Modifier and Type | Method and Description |
---|---|
IMCFrame.Type |
IMCFrame.getType()
The compilation type of the frame.
|
static IMCFrame.Type |
IMCFrame.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IMCFrame.Type[] |
IMCFrame.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IMCFrame.Type |
MCFrame.getType() |
Constructor and Description |
---|
MCFrame(IMCMethod method,
Integer bci,
Integer frameLineNumber,
IMCFrame.Type type)
Create a new frame instance.
|
Modifier and Type | Method and Description |
---|---|
static IMCFrame.Type |
ParserToolkit.parseFrameType(String type) |
Copyright © 2020. All rights reserved.