| 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.parser.v1 | |
| org.openjdk.jmc.flightrecorder.internal.util | |
| org.openjdk.jmc.flightrecorder.stacktrace.graph | |
| org.openjdk.jmc.flightrecorder.stacktrace.tree |
| Modifier and Type | Method and Description |
|---|---|
IMCFrame.Type |
IMCFrame.getType()
The compilation type of the frame.
|
static IMCFrame.Type |
IMCFrame.Type.valueOf(java.lang.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 | Field and Description |
|---|---|
private IMCFrame.Type |
MCFrame.m_type |
| Modifier and Type | Method and Description |
|---|---|
IMCFrame.Type |
MCFrame.getType() |
| Constructor and Description |
|---|
MCFrame(IMCMethod method,
java.lang.Integer bci,
java.lang.Integer frameLineNumber,
IMCFrame.Type type)
Create a new frame instance.
|
| Modifier and Type | Method and Description |
|---|---|
IMCFrame.Type |
StructTypes.JfrFrame.getType() |
| Modifier and Type | Method and Description |
|---|---|
static IMCFrame.Type |
ParserToolkit.parseFrameType(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
IMCFrame.Type |
AggregatableFrame.getType() |
| Modifier and Type | Method and Description |
|---|---|
IMCFrame.Type |
AggregatableFrame.getType() |