Uses of Interface
org.openjdk.jmc.common.IMCClassLoader
-
Packages that use IMCClassLoader 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.internal.parser.v1 org.openjdk.jmc.flightrecorder.jdk -
-
Uses of IMCClassLoader in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IMCClassLoader Modifier and Type Method Description IMCClassLoader
IMCModule. getClassLoader()
Returns the class loader where this module is loaded. -
Uses of IMCClassLoader in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit with type parameters of type IMCClassLoader Modifier and Type Field Description static ContentType<IMCClassLoader>
UnitLookup. CLASS_LOADER
-
Uses of IMCClassLoader in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IMCClassLoader Modifier and Type Class Description class
MCClassLoader
Base implementation of theIMCClassLoader
interface.Methods in org.openjdk.jmc.common.util with parameters of type IMCClassLoader Modifier and Type Method Description static java.lang.String
FormatToolkit. getHumanReadable(IMCClassLoader classLoader)
Get a human readable string representing a classloader. -
Uses of IMCClassLoader in org.openjdk.jmc.flightrecorder.internal.parser.v1
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v1 that implement IMCClassLoader Modifier and Type Class Description (package private) static class
StructTypes.JfrJavaClassLoader
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return IMCClassLoader Modifier and Type Method Description IMCClassLoader
StructTypes.JfrJavaModule. getClassLoader()
-
Uses of IMCClassLoader in org.openjdk.jmc.flightrecorder.jdk
Fields in org.openjdk.jmc.flightrecorder.jdk with type parameters of type IMCClassLoader Modifier and Type Field 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
-