class com.sun.xml.internal.ws.policy.privateutil.MethodUtil
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.xml.internal.ws.policy.privateutil.MethodUtil
super_class: java.lang.Object
{
private static final java.util.logging.Logger LOGGER;
descriptor: Ljava/util/logging/Logger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lcom/sun/xml/internal/ws/policy/privateutil/MethodUtil;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
putstatic com.sun.xml.internal.ws.policy.privateutil.MethodUtil.LOGGER:Ljava/util/logging/Logger;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/policy/privateutil/MethodUtil;
static java.lang.Object invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[]);
descriptor: (Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: getstatic com.sun.xml.internal.ws.policy.privateutil.MethodUtil.LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 2
1: getstatic com.sun.xml.internal.ws.policy.privateutil.MethodUtil.LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
ldc "Invoking method using com.sun.xml.internal.ws.policy.util.MethodUtil"
invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
aload 1
aload 0
aload 2
invokestatic com.sun.xml.internal.ws.policy.util.MethodUtil.invoke:(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
3: areturn
4: StackMap locals:
StackMap stack: java.lang.reflect.InvocationTargetException
astore 3
start local 3 5: aload 3
invokestatic com.sun.xml.internal.ws.policy.privateutil.MethodUtil.unwrapException:(Ljava/lang/reflect/InvocationTargetException;)Ljava/lang/reflect/InvocationTargetException;
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 target Ljava/lang/Object;
0 6 1 method Ljava/lang/reflect/Method;
0 6 2 args [Ljava/lang/Object;
5 6 3 ite Ljava/lang/reflect/InvocationTargetException;
Exception table:
from to target type
2 3 4 Class java.lang.reflect.InvocationTargetException
Exceptions:
throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
MethodParameters:
Name Flags
target
method
args
private static java.lang.reflect.InvocationTargetException unwrapException(java.lang.reflect.InvocationTargetException);
descriptor: (Ljava/lang/reflect/InvocationTargetException;)Ljava/lang/reflect/InvocationTargetException;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
astore 1
start local 1 1: aload 1
ifnull 5
aload 1
instanceof java.lang.reflect.InvocationTargetException
ifeq 5
2: getstatic com.sun.xml.internal.ws.policy.privateutil.MethodUtil.LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 4
3: getstatic com.sun.xml.internal.ws.policy.privateutil.MethodUtil.LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
ldc "Unwrapping invocation target exception"
invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
4: StackMap locals: java.lang.Throwable
StackMap stack:
aload 1
checkcast java.lang.reflect.InvocationTargetException
areturn
5: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 ite Ljava/lang/reflect/InvocationTargetException;
1 6 1 targetException Ljava/lang/Throwable;
MethodParameters:
Name Flags
ite
}
SourceFile: "MethodUtil.java"