class sun.reflect.annotation.AnnotationInvocationHandler$UnsafeAccessor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.reflect.annotation.AnnotationInvocationHandler$UnsafeAccessor
super_class: java.lang.Object
{
private static final jdk.internal.misc.Unsafe unsafe;
descriptor: Ljdk/internal/misc/Unsafe;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final long typeOffset;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final long memberValuesOffset;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: invokestatic jdk.internal.misc.Unsafe.getUnsafe:()Ljdk/internal/misc/Unsafe;
1: putstatic sun.reflect.annotation.AnnotationInvocationHandler$UnsafeAccessor.unsafe:Ljdk/internal/misc/Unsafe;
2: getstatic sun.reflect.annotation.AnnotationInvocationHandler$UnsafeAccessor.unsafe:Ljdk/internal/misc/Unsafe;
3: ldc Lsun/reflect/annotation/AnnotationInvocationHandler;
ldc "type"
4: invokevirtual jdk.internal.misc.Unsafe.objectFieldOffset:(Ljava/lang/Class;Ljava/lang/String;)J
putstatic sun.reflect.annotation.AnnotationInvocationHandler$UnsafeAccessor.typeOffset:J
5: getstatic sun.reflect.annotation.AnnotationInvocationHandler$UnsafeAccessor.unsafe:Ljdk/internal/misc/Unsafe;
6: ldc Lsun/reflect/annotation/AnnotationInvocationHandler;
ldc "memberValues"
7: invokevirtual jdk.internal.misc.Unsafe.objectFieldOffset:(Ljava/lang/Class;Ljava/lang/String;)J
putstatic sun.reflect.annotation.AnnotationInvocationHandler$UnsafeAccessor.memberValuesOffset:J
8: return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
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 Lsun/reflect/annotation/AnnotationInvocationHandler$UnsafeAccessor;
static void setType(sun.reflect.annotation.AnnotationInvocationHandler, java.lang.Class<? extends java.lang.annotation.Annotation>);
descriptor: (Lsun/reflect/annotation/AnnotationInvocationHandler;Ljava/lang/Class;)V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: getstatic sun.reflect.annotation.AnnotationInvocationHandler$UnsafeAccessor.unsafe:Ljdk/internal/misc/Unsafe;
aload 0
getstatic sun.reflect.annotation.AnnotationInvocationHandler$UnsafeAccessor.typeOffset:J
aload 1
invokevirtual jdk.internal.misc.Unsafe.putReference:(Ljava/lang/Object;JLjava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 o Lsun/reflect/annotation/AnnotationInvocationHandler;
0 2 1 type Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
Signature: (Lsun/reflect/annotation/AnnotationInvocationHandler;Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)V
MethodParameters:
Name Flags
o
type
static void setMemberValues(sun.reflect.annotation.AnnotationInvocationHandler, java.util.Map<java.lang.String, java.lang.Object>);
descriptor: (Lsun/reflect/annotation/AnnotationInvocationHandler;Ljava/util/Map;)V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: getstatic sun.reflect.annotation.AnnotationInvocationHandler$UnsafeAccessor.unsafe:Ljdk/internal/misc/Unsafe;
aload 0
getstatic sun.reflect.annotation.AnnotationInvocationHandler$UnsafeAccessor.memberValuesOffset:J
aload 1
invokevirtual jdk.internal.misc.Unsafe.putReference:(Ljava/lang/Object;JLjava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 o Lsun/reflect/annotation/AnnotationInvocationHandler;
0 2 1 memberValues Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
Signature: (Lsun/reflect/annotation/AnnotationInvocationHandler;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
o
memberValues
}
SourceFile: "AnnotationInvocationHandler.java"
NestHost: sun.reflect.annotation.AnnotationInvocationHandler
InnerClasses:
private UnsafeAccessor = sun.reflect.annotation.AnnotationInvocationHandler$UnsafeAccessor of sun.reflect.annotation.AnnotationInvocationHandler