public class net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled implements net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher, net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Initializable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled
super_class: java.lang.Object
{
private final java.lang.Object unsafe;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.reflect.Method defineClass;
descriptor: Ljava/lang/reflect/Method;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
protected void <init>(java.lang.Object, java.lang.reflect.Method);
descriptor: (Ljava/lang/Object;Ljava/lang/reflect/Method;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled.unsafe:Ljava/lang/Object;
2: aload 0
aload 2
putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled.defineClass:Ljava/lang/reflect/Method;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingUnsafe$Dispatcher$Enabled;
0 4 1 unsafe Ljava/lang/Object;
0 4 2 defineClass Ljava/lang/reflect/Method;
MethodParameters:
Name Flags
unsafe
defineClass
public boolean isAvailable();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingUnsafe$Dispatcher$Enabled;
public net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher initialize();
descriptor: ()Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingUnsafe$Dispatcher;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
astore 1
start local 1 1: aload 1
ifnull 6
2: aload 1
getstatic net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe.SUPPRESS_ACCESS_CHECKS:Ljava/security/Permission;
invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;)V
3: goto 6
StackMap locals: net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled java.lang.SecurityManager
StackMap stack: java.lang.Exception
4: astore 2
start local 2 5: new net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Unavailable
dup
aload 2
invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
invokespecial net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Unavailable.<init>:(Ljava/lang/String;)V
areturn
end local 2 6: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingUnsafe$Dispatcher$Enabled;
1 7 1 securityManager Ljava/lang/SecurityManager;
5 6 2 exception Ljava/lang/Exception;
Exception table:
from to target type
2 3 4 Class java.lang.Exception
public java.lang.Class<?> defineClass(java.lang.ClassLoader, java.lang.String, byte[], java.security.ProtectionDomain);
descriptor: (Ljava/lang/ClassLoader;Ljava/lang/String;[BLjava/security/ProtectionDomain;)Ljava/lang/Class;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled.defineClass:Ljava/lang/reflect/Method;
aload 0
getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled.unsafe:Ljava/lang/Object;
bipush 6
anewarray java.lang.Object
dup
iconst_0
1: aload 2
aastore
dup
iconst_1
2: aload 3
aastore
dup
iconst_2
3: iconst_0
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_3
4: aload 3
arraylength
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_4
5: aload 1
aastore
dup
iconst_5
6: aload 4
aastore
7: invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Class
8: areturn
9: StackMap locals:
StackMap stack: java.lang.IllegalAccessException
astore 5
start local 5 10: new java.lang.IllegalStateException
dup
ldc "Could not access Unsafe::defineClass"
aload 5
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 5 11: StackMap locals:
StackMap stack: java.lang.reflect.InvocationTargetException
astore 5
start local 5 12: new java.lang.IllegalStateException
dup
ldc "Error invoking Unsafe::defineClass"
aload 5
invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingUnsafe$Dispatcher$Enabled;
0 13 1 classLoader Ljava/lang/ClassLoader;
0 13 2 name Ljava/lang/String;
0 13 3 binaryRepresentation [B
0 13 4 protectionDomain Ljava/security/ProtectionDomain;
10 11 5 exception Ljava/lang/IllegalAccessException;
12 13 5 exception Ljava/lang/reflect/InvocationTargetException;
Exception table:
from to target type
0 8 9 Class java.lang.IllegalAccessException
0 8 11 Class java.lang.reflect.InvocationTargetException
Signature: (Ljava/lang/ClassLoader;Ljava/lang/String;[BLjava/security/ProtectionDomain;)Ljava/lang/Class<*>;
MethodParameters:
Name Flags
classLoader
name
binaryRepresentation
protectionDomain
}
SourceFile: "ClassInjector.java"
NestHost: net.bytebuddy.dynamic.loading.ClassInjector
InnerClasses:
public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
public UsingUnsafe = net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe of net.bytebuddy.dynamic.loading.ClassInjector
protected abstract Dispatcher = net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher of net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe
public Enabled = net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled of net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher
public abstract Initializable = net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Initializable of net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher
public Unavailable = net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Unavailable of net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher
RuntimeVisibleAnnotations:
net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()