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 |
Modifier and Type | Method and Description |
---|---|
IMCClassLoader |
IMCModule.getClassLoader()
Returns the class loader where this module is loaded.
|
Modifier and Type | Field and Description |
---|---|
static ContentType<IMCClassLoader> |
UnitLookup.CLASS_LOADER |
Modifier and Type | Class and Description |
---|---|
class |
MCClassLoader
Base implementation of the
IMCClassLoader interface. |
Modifier and Type | Method and Description |
---|---|
static String |
FormatToolkit.getHumanReadable(IMCClassLoader classLoader)
Get a human readable string representing a classloader.
|
Modifier and Type | Field and Description |
---|---|
static IAttribute<IMCClassLoader> |
JdkAttributes.CLASS_DEFINING_CLASSLOADER |
static IAttribute<IMCClassLoader> |
JdkAttributes.CLASS_INITIATING_CLASSLOADER |
static IAttribute<IMCClassLoader> |
JdkAttributes.CLASSLOADER |
static IAttribute<IMCClassLoader> |
JdkAttributes.PARENT_CLASSLOADER |
Copyright © 2020. All rights reserved.