public class net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm implements net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm
super_class: java.lang.Object
{
private final java.lang.reflect.Method current;
descriptor: Ljava/lang/reflect/Method;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.reflect.Method pid;
descriptor: Ljava/lang/reflect/Method;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
protected void <init>(java.lang.reflect.Method, java.lang.reflect.Method);
descriptor: (Ljava/lang/reflect/Method;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.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm.current:Ljava/lang/reflect/Method;
2: aload 0
aload 2
putfield net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm.pid: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/agent/ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm;
0 4 1 current Ljava/lang/reflect/Method;
0 4 2 pid Ljava/lang/reflect/Method;
MethodParameters:
Name Flags
current
pid
public static net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider make();
descriptor: ()Lnet/bytebuddy/agent/ByteBuddyAgent$ProcessProvider;
flags: (0x0009) ACC_PUBLIC, 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
RuntimeInvisibleAnnotations:
SuppressFBWarnings()
RuntimeInvisibleTypeAnnotations:
METHOD_RETURN
SuppressFBWarnings()
public java.lang.String resolve();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm.pid:Ljava/lang/reflect/Method;
aload 0
getfield net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm.current:Ljava/lang/reflect/Method;
getstatic net.bytebuddy.agent.ByteBuddyAgent.STATIC_MEMBER:Ljava/lang/Object;
iconst_0
anewarray java.lang.Object
invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
iconst_0
anewarray java.lang.Object
invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
1: areturn
2: StackMap locals:
StackMap stack: java.lang.IllegalAccessException
astore 1
start local 1 3: new java.lang.IllegalStateException
dup
ldc "Cannot access Java 9 process API"
aload 1
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 1 4: StackMap locals:
StackMap stack: java.lang.reflect.InvocationTargetException
astore 1
start local 1 5: new java.lang.IllegalStateException
dup
ldc "Error when accessing Java 9 process API"
aload 1
invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lnet/bytebuddy/agent/ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm;
3 4 1 exception Ljava/lang/IllegalAccessException;
5 6 1 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
}
SourceFile: "ByteBuddyAgent.java"
NestHost: net.bytebuddy.agent.ByteBuddyAgent
InnerClasses:
public abstract ProcessProvider = net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider of net.bytebuddy.agent.ByteBuddyAgent
public final ForCurrentVm = net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm of net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider
protected ForJava9CapableVm = net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm of net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm