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 IMCClassLoaderIMCModule. 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 classMCClassLoaderBase implementation of theIMCClassLoaderinterface.Methods in org.openjdk.jmc.common.util with parameters of type IMCClassLoader Modifier and Type Method Description static java.lang.StringFormatToolkit. 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 classStructTypes.JfrJavaClassLoaderMethods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return IMCClassLoader Modifier and Type Method Description IMCClassLoaderStructTypes.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_CLASSLOADERstatic IAttribute<IMCClassLoader>JdkAttributes. CLASS_INITIATING_CLASSLOADERstatic IAttribute<IMCClassLoader>JdkAttributes. CLASSLOADERstatic IAttribute<IMCClassLoader>JdkAttributes. PARENT_CLASSLOADER
-