Uses of Interface
org.openjdk.jmc.common.IMCType
-
Packages that use IMCType 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 org.openjdk.jmc.flightrecorder.internal.parser.v0.factories org.openjdk.jmc.flightrecorder.internal.parser.v1 org.openjdk.jmc.flightrecorder.jdk org.openjdk.jmc.flightrecorder.memleak org.openjdk.jmc.flightrecorder.rules.jdk.general org.openjdk.jmc.flightrecorder.rules.jdk.latency org.openjdk.jmc.flightrecorder.rules.jdk.util This package contains helper classes that will be moved in a later release. -
-
Uses of IMCType in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IMCType Modifier and Type Method Description IMCTypeIMCClassLoader. getType()Returns the type of the classloader.IMCTypeIMCMethod. getType()Returns the class this method is declared in.IMCTypeIMCOldObject. getType()The type of the object, as anIMCType -
Uses of IMCType in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit with type parameters of type IMCType Modifier and Type Field Description static ContentType<IMCType>UnitLookup. CLASSMethods in org.openjdk.jmc.common.unit that return types with arguments of type IMCType Modifier and Type Method Description private static ContentType<IMCType>UnitLookup. createJavaTypeContentType(java.lang.String id) -
Uses of IMCType in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IMCType Modifier and Type Class Description classMCTypeBase implementation of theIMCTypeinterface.Fields in org.openjdk.jmc.common.util declared as IMCType Modifier and Type Field Description private IMCTypeMCMethod. m_typeprivate IMCTypeMCClassLoader. typeprivate IMCTypeMCOldObject. type(package private) static IMCTypeMCType. UNKNOWNConstant indicating an unknown Java type.Methods in org.openjdk.jmc.common.util that return IMCType Modifier and Type Method Description IMCTypeMCClassLoader. getType()IMCTypeMCMethod. getType()IMCTypeMCOldObject. getType()static IMCTypeMethodToolkit. typeFromBinaryJLS(java.lang.String jlsType)Convert a binary Java type name according to The Java Language Specification, Section 13.1, into anIMCType.static IMCTypeMethodToolkit. typeFromReference(java.lang.String refType)Convert a reference type according to The Java Virtual Machine Specification, Section 4.4.1, into anIMCType.Methods in org.openjdk.jmc.common.util with parameters of type IMCType Modifier and Type Method Description static java.lang.StringFormatToolkit. getType(IMCType type, boolean qualified)Get the type name as a human readable string.Constructors in org.openjdk.jmc.common.util with parameters of type IMCType Constructor Description MCClassLoader(IMCType type, java.lang.String name)Create a new classloader instance.MCMethod(IMCType type, java.lang.String methodName, java.lang.String formalDescriptor, java.lang.Integer modifier, java.lang.Boolean isNative)Create a new instance.MCOldObject(IQuantity address, IMCType type, java.lang.String objectDescription, IMCOldObject referrer, java.lang.String field, IQuantity fieldModifier, IQuantity arraySize, IQuantity arrayIndex)Create a new old object instance. -
Uses of IMCType in org.openjdk.jmc.flightrecorder
Methods in org.openjdk.jmc.flightrecorder with parameters of type IMCType Modifier and Type Method Description private static java.lang.StringRecordingPrinter. stringifyType(IMCType type) -
Uses of IMCType in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories
Fields in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories with type parameters of type IMCType Modifier and Type Field Description private CanonicalConstantMap<IMCType>TypeFactory. typeMapMethods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return IMCType Modifier and Type Method Description IMCTypeTypeFactory. createObject(long identifier, java.lang.Object s)Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return types with arguments of type IMCType Modifier and Type Method Description ContentType<IMCType>TypeFactory. getContentType()Constructor parameters in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories with type arguments of type IMCType Constructor Description TypeFactory(ValueDescriptor[] descriptors, CanonicalConstantMap<IMCType> typeMap) -
Uses of IMCType in org.openjdk.jmc.flightrecorder.internal.parser.v1
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v1 that implement IMCType Modifier and Type Class Description (package private) static classStructTypes.JfrJavaClassMethods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return IMCType Modifier and Type Method Description IMCTypeStructTypes.JfrJavaClassLoader. getType()IMCTypeStructTypes.JfrMethod. getType()IMCTypeStructTypes.JfrOldObject. getType() -
Uses of IMCType in org.openjdk.jmc.flightrecorder.jdk
-
Uses of IMCType in org.openjdk.jmc.flightrecorder.memleak
Methods in org.openjdk.jmc.flightrecorder.memleak that return IMCType Modifier and Type Method Description IMCTypeReferenceTreeObject. getType()Methods in org.openjdk.jmc.flightrecorder.memleak that return types with arguments of type IMCType Modifier and Type Method Description java.util.Map<IMCType,java.util.List<ReferenceTreeObject>>ReferenceTreeModel. getObjectsByType() -
Uses of IMCType in org.openjdk.jmc.flightrecorder.rules.jdk.general
Method parameters in org.openjdk.jmc.flightrecorder.rules.jdk.general with type arguments of type IMCType Modifier and Type Method Description private static IItemFilterClassLeakingRule. createClassAttributeFilter(IAttribute<IMCType> attribute, java.util.Map<java.lang.String,ClassEntry> entries) -
Uses of IMCType in org.openjdk.jmc.flightrecorder.rules.jdk.latency
Methods in org.openjdk.jmc.flightrecorder.rules.jdk.latency that return types with arguments of type IMCType Modifier and Type Method Description private java.util.Map<IMCType,ClassEntry>BiasedLockingRevocationRule. extractRevocations(IItemCollection revokationEvents, IItemFilter filter, IAttribute<IMCType> classAttribute)private java.util.Set<IMCType>BiasedLockingRevocationRule. filter(java.util.Set<java.lang.String> filteredTypes, java.util.Set<IMCType> types)Method parameters in org.openjdk.jmc.flightrecorder.rules.jdk.latency with type arguments of type IMCType Modifier and Type Method Description private java.util.Map<IMCType,ClassEntry>BiasedLockingRevocationRule. extractRevocations(IItemCollection revokationEvents, IItemFilter filter, IAttribute<IMCType> classAttribute)private java.util.List<ClassEntry>BiasedLockingRevocationRule. filteredMerge(java.util.Set<java.lang.String> filteredTypes, java.util.Set<IMCType> revokedTypes, java.util.Map<IMCType,ClassEntry> offendingClassRevocations, java.util.Map<IMCType,ClassEntry> offendingRevocations)private static voidBiasedLockingRevocationRule. putIfNotInFiltered(java.util.Set<java.lang.String> filteredTypes, java.util.Set<IMCType> revokedTypes, java.util.Map<IMCType,ClassEntry> merged, java.util.Map.Entry<IMCType,ClassEntry> entry)private static voidBiasedLockingRevocationRule. putIfNotInFiltered(java.util.Set<java.lang.String> filteredTypes, java.util.Set<IMCType> revokedTypes, java.util.Map<IMCType,ClassEntry> merged, java.util.Map.Entry<IMCType,ClassEntry> entry) -
Uses of IMCType in org.openjdk.jmc.flightrecorder.rules.jdk.util
Fields in org.openjdk.jmc.flightrecorder.rules.jdk.util declared as IMCType Modifier and Type Field Description private IMCTypeClassEntry. typeMethods in org.openjdk.jmc.flightrecorder.rules.jdk.util that return IMCType Modifier and Type Method Description IMCTypeClassEntry. getType()Constructors in org.openjdk.jmc.flightrecorder.rules.jdk.util with parameters of type IMCType Constructor Description ClassEntry(IMCType type, int count)
-