class sun.reflect.NativeMethodAccessorImpl extends sun.reflect.MethodAccessorImpl
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.reflect.NativeMethodAccessorImpl
super_class: sun.reflect.MethodAccessorImpl
{
private java.lang.reflect.Method method;
descriptor: Ljava/lang/reflect/Method;
flags: (0x0002) ACC_PRIVATE
private sun.reflect.DelegatingMethodAccessorImpl parent;
descriptor: Lsun/reflect/DelegatingMethodAccessorImpl;
flags: (0x0002) ACC_PRIVATE
private int numInvocations;
descriptor: I
flags: (0x0002) ACC_PRIVATE
void <init>(java.lang.reflect.Method);
descriptor: (Ljava/lang/reflect/Method;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial sun.reflect.MethodAccessorImpl.<init>:()V
1: aload 0
aload 1
putfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/reflect/NativeMethodAccessorImpl;
0 3 1 method Ljava/lang/reflect/Method;
MethodParameters:
Name Flags
method
public java.lang.Object invoke(java.lang.Object, java.lang.Object[]);
descriptor: (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
dup
getfield sun.reflect.NativeMethodAccessorImpl.numInvocations:I
iconst_1
iadd
dup_x1
putfield sun.reflect.NativeMethodAccessorImpl.numInvocations:I
invokestatic sun.reflect.ReflectionFactory.inflationThreshold:()I
if_icmple 11
1: new sun.reflect.MethodAccessorGenerator
dup
invokespecial sun.reflect.MethodAccessorGenerator.<init>:()V
2: aload 0
getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getDeclaringClass:()Ljava/lang/Class;
3: aload 0
getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
4: aload 0
getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
5: aload 0
getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
6: aload 0
getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getExceptionTypes:()[Ljava/lang/Class;
7: aload 0
getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
invokevirtual java.lang.reflect.Method.getModifiers:()I
8: invokevirtual sun.reflect.MethodAccessorGenerator.generateMethod:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/Class;I)Lsun/reflect/MethodAccessor;
9: checkcast sun.reflect.MethodAccessorImpl
astore 3
start local 3 10: aload 0
getfield sun.reflect.NativeMethodAccessorImpl.parent:Lsun/reflect/DelegatingMethodAccessorImpl;
aload 3
invokevirtual sun.reflect.DelegatingMethodAccessorImpl.setDelegate:(Lsun/reflect/MethodAccessorImpl;)V
end local 3 11: StackMap locals:
StackMap stack:
aload 0
getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
aload 1
aload 2
invokestatic sun.reflect.NativeMethodAccessorImpl.invoke0:(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lsun/reflect/NativeMethodAccessorImpl;
0 12 1 obj Ljava/lang/Object;
0 12 2 args [Ljava/lang/Object;
10 11 3 acc Lsun/reflect/MethodAccessorImpl;
Exceptions:
throws java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException
MethodParameters:
Name Flags
obj
args
void setParent(sun.reflect.DelegatingMethodAccessorImpl);
descriptor: (Lsun/reflect/DelegatingMethodAccessorImpl;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield sun.reflect.NativeMethodAccessorImpl.parent:Lsun/reflect/DelegatingMethodAccessorImpl;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/reflect/NativeMethodAccessorImpl;
0 2 1 parent Lsun/reflect/DelegatingMethodAccessorImpl;
MethodParameters:
Name Flags
parent
private static native java.lang.Object invoke0(java.lang.reflect.Method, java.lang.Object, java.lang.Object[]);
descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
MethodParameters:
Name Flags
m
obj
args
}
SourceFile: "NativeMethodAccessorImpl.java"