Uses of Class
org.openjdk.jmc.agent.impl.MalformedConverterException
Packages that use MalformedConverterException
-
Uses of MalformedConverterException in org.openjdk.jmc.agent.impl
Methods in org.openjdk.jmc.agent.impl that throw MalformedConverterExceptionModifier and TypeMethodDescriptionprivate static Class<?> ResolvedConvertable.getClassFromType(org.objectweb.asm.Type type) private static MethodResolvedConvertable.getConvertMethod(Class<?> converterClass, String converterDefinition, Class<?> originalType) private static StringResolvedConvertable.resolveClassName(String converterDefinition) private static StringResolvedConvertable.resolveMethodName(String converterDefinition) Constructors in org.openjdk.jmc.agent.impl that throw MalformedConverterExceptionModifierConstructorDescriptionResolvedConvertable(String converterDefinition, Class<?> typeToConvert) ResolvedConvertable(String converterDefinition, org.objectweb.asm.Type type) -
Uses of MalformedConverterException in org.openjdk.jmc.agent.jfr.impl
Methods in org.openjdk.jmc.agent.jfr.impl that throw MalformedConverterExceptionModifier and TypeMethodDescriptionprivate org.objectweb.asm.TypeJFRMethodAdvisor.convertify(org.objectweb.asm.MethodVisitor mv, Attribute convertable, org.objectweb.asm.Type type) private org.objectweb.asm.TypeJFRMethodAdvisor.convertify(org.objectweb.asm.MethodVisitor mv, ResolvedConvertable resolvedConvertable, org.objectweb.asm.Type type) private voidJFRMethodAdvisor.createEvent()Generates the transformation for instantiating the event type, setting its parameter and field attributes and call begin().private voidJFRMethodAdvisor.emitSettingReturnParam(int opcode, ReturnValue returnValue)