public abstract class net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride implements net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher, net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Initializable
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride
super_class: java.lang.Object
{
protected final java.lang.reflect.Method findLoadedClass;
descriptor: Ljava/lang/reflect/Method;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final java.lang.reflect.Method defineClass;
descriptor: Ljava/lang/reflect/Method;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final java.lang.reflect.Method getPackage;
descriptor: Ljava/lang/reflect/Method;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final java.lang.reflect.Method definePackage;
descriptor: Ljava/lang/reflect/Method;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected void <init>(java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method);
descriptor: (Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.findLoadedClass:Ljava/lang/reflect/Method;
2: aload 0
aload 2
putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.defineClass:Ljava/lang/reflect/Method;
3: aload 0
aload 3
putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.getPackage:Ljava/lang/reflect/Method;
4: aload 0
aload 4
putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.definePackage:Ljava/lang/reflect/Method;
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride;
0 6 1 findLoadedClass Ljava/lang/reflect/Method;
0 6 2 defineClass Ljava/lang/reflect/Method;
0 6 3 getPackage Ljava/lang/reflect/Method;
0 6 4 definePackage Ljava/lang/reflect/Method;
MethodParameters:
Name Flags
findLoadedClass
defineClass
getPackage
definePackage
protected static net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Initializable make();
descriptor: ()Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$Initializable;
flags: (0x000c) ACC_PROTECTED, ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tSuppressFBWarnings cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
RuntimeInvisibleAnnotations:
SuppressFBWarnings()
RuntimeInvisibleTypeAnnotations:
METHOD_RETURN
SuppressFBWarnings()
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$UsingReflection$Dispatcher$UsingUnsafeOverride;
public net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher initialize();
descriptor: ()Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$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$UsingReflection.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$UsingReflection$Dispatcher$UsingUnsafeOverride java.lang.SecurityManager
StackMap stack: java.lang.Exception
4: astore 2
start local 2 5: new net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Unavailable
dup
aload 2
invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
invokespecial net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$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$UsingReflection$Dispatcher$UsingUnsafeOverride;
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<?> findClass(java.lang.ClassLoader, java.lang.String);
descriptor: (Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/Class;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.findLoadedClass:Ljava/lang/reflect/Method;
aload 1
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 2
aastore
invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Class
1: areturn
2: StackMap locals:
StackMap stack: java.lang.IllegalAccessException
astore 3
start local 3 3: new java.lang.IllegalStateException
dup
ldc "Could not access java.lang.ClassLoader#findClass"
aload 3
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 3 4: StackMap locals:
StackMap stack: java.lang.reflect.InvocationTargetException
astore 3
start local 3 5: new java.lang.IllegalStateException
dup
ldc "Error invoking java.lang.ClassLoader#findClass"
aload 3
invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride;
0 6 1 classLoader Ljava/lang/ClassLoader;
0 6 2 name Ljava/lang/String;
3 4 3 exception Ljava/lang/IllegalAccessException;
5 6 3 exception Ljava/lang/reflect/InvocationTargetException;
Exception table:
from to target type
0 1 2 Class java.lang.IllegalAccessException
0 1 4 Class java.lang.reflect.InvocationTargetException
Signature: (Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/Class<*>;
MethodParameters:
Name Flags
classLoader
name
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$UsingReflection$Dispatcher$UsingUnsafeOverride.defineClass:Ljava/lang/reflect/Method;
aload 1
iconst_5
anewarray java.lang.Object
dup
iconst_0
aload 2
aastore
dup
iconst_1
aload 3
aastore
dup
iconst_2
iconst_0
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_3
aload 3
arraylength
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_4
aload 4
aastore
invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Class
1: areturn
2: StackMap locals:
StackMap stack: java.lang.IllegalAccessException
astore 5
start local 5 3: new java.lang.IllegalStateException
dup
ldc "Could not access java.lang.ClassLoader#defineClass"
aload 5
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 5 4: StackMap locals:
StackMap stack: java.lang.reflect.InvocationTargetException
astore 5
start local 5 5: new java.lang.IllegalStateException
dup
ldc "Error invoking java.lang.ClassLoader#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 6 0 this Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride;
0 6 1 classLoader Ljava/lang/ClassLoader;
0 6 2 name Ljava/lang/String;
0 6 3 binaryRepresentation [B
0 6 4 protectionDomain Ljava/security/ProtectionDomain;
3 4 5 exception Ljava/lang/IllegalAccessException;
5 6 5 exception Ljava/lang/reflect/InvocationTargetException;
Exception table:
from to target type
0 1 2 Class java.lang.IllegalAccessException
0 1 4 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
public java.lang.Package getPackage(java.lang.ClassLoader, java.lang.String);
descriptor: (Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/Package;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.getPackage:Ljava/lang/reflect/Method;
aload 1
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 2
aastore
invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Package
1: areturn
2: StackMap locals:
StackMap stack: java.lang.IllegalAccessException
astore 3
start local 3 3: new java.lang.IllegalStateException
dup
ldc "Could not access java.lang.ClassLoader#getPackage"
aload 3
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 3 4: StackMap locals:
StackMap stack: java.lang.reflect.InvocationTargetException
astore 3
start local 3 5: new java.lang.IllegalStateException
dup
ldc "Error invoking java.lang.ClassLoader#getPackage"
aload 3
invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride;
0 6 1 classLoader Ljava/lang/ClassLoader;
0 6 2 name Ljava/lang/String;
3 4 3 exception Ljava/lang/IllegalAccessException;
5 6 3 exception Ljava/lang/reflect/InvocationTargetException;
Exception table:
from to target type
0 1 2 Class java.lang.IllegalAccessException
0 1 4 Class java.lang.reflect.InvocationTargetException
MethodParameters:
Name Flags
classLoader
name
public java.lang.Package definePackage(java.lang.ClassLoader, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.net.URL);
descriptor: (Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/net/URL;)Ljava/lang/Package;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=11, args_size=10
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 0: aload 0
getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.definePackage:Ljava/lang/reflect/Method;
aload 1
bipush 8
anewarray java.lang.Object
dup
iconst_0
1: aload 2
aastore
dup
iconst_1
2: aload 3
aastore
dup
iconst_2
3: aload 4
aastore
dup
iconst_3
4: aload 5
aastore
dup
iconst_4
5: aload 6
aastore
dup
iconst_5
6: aload 7
aastore
dup
bipush 6
7: aload 8
aastore
dup
bipush 7
8: aload 9
aastore
9: invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Package
10: areturn
11: StackMap locals:
StackMap stack: java.lang.IllegalAccessException
astore 10
start local 10 12: new java.lang.IllegalStateException
dup
ldc "Could not access java.lang.ClassLoader#definePackage"
aload 10
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 10 13: StackMap locals:
StackMap stack: java.lang.reflect.InvocationTargetException
astore 10
start local 10 14: new java.lang.IllegalStateException
dup
ldc "Error invoking java.lang.ClassLoader#definePackage"
aload 10
invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 10 end local 9 end local 8 end local 7 end local 6 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 15 0 this Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride;
0 15 1 classLoader Ljava/lang/ClassLoader;
0 15 2 name Ljava/lang/String;
0 15 3 specificationTitle Ljava/lang/String;
0 15 4 specificationVersion Ljava/lang/String;
0 15 5 specificationVendor Ljava/lang/String;
0 15 6 implementationTitle Ljava/lang/String;
0 15 7 implementationVersion Ljava/lang/String;
0 15 8 implementationVendor Ljava/lang/String;
0 15 9 sealBase Ljava/net/URL;
12 13 10 exception Ljava/lang/IllegalAccessException;
14 15 10 exception Ljava/lang/reflect/InvocationTargetException;
Exception table:
from to target type
0 10 11 Class java.lang.IllegalAccessException
0 10 13 Class java.lang.reflect.InvocationTargetException
MethodParameters:
Name Flags
classLoader
name
specificationTitle
specificationVersion
specificationVendor
implementationTitle
implementationVersion
implementationVendor
sealBase
}
SourceFile: "ClassInjector.java"
NestHost: net.bytebuddy.dynamic.loading.ClassInjector
InnerClasses:
public UsingReflection = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection of net.bytebuddy.dynamic.loading.ClassInjector
protected abstract Dispatcher = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection
public abstract Initializable = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Initializable of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher
public Unavailable = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$Unavailable of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher
public abstract UsingUnsafeOverride = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher
protected ForJava7CapableVm = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForJava7CapableVm of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride
protected ForLegacyVm = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForLegacyVm of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride