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 // net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm this
        start local 1 // java.lang.reflect.Method current
        start local 2 // java.lang.reflect.Method pid
         0: .line 1113
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1114
            aload 0 /* this */
            aload 1 /* current */
            putfield net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm.current:Ljava/lang/reflect/Method;
         2: .line 1115
            aload 0 /* this */
            aload 2 /* pid */
            putfield net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm.pid:Ljava/lang/reflect/Method;
         3: .line 1116
            return
        end local 2 // java.lang.reflect.Method pid
        end local 1 // java.lang.reflect.Method current
        end local 0 // net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm this
      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: .line 1124
            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 // net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm this
         0: .line 1139
            aload 0 /* this */
            getfield net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm.pid:Ljava/lang/reflect/Method;
            aload 0 /* this */
            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: .line 1140
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 1 /* exception */
        start local 1 // java.lang.IllegalAccessException exception
         3: .line 1141
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access Java 9 process API"
            aload 1 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.IllegalAccessException exception
         4: .line 1142
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 1 /* exception */
        start local 1 // java.lang.reflect.InvocationTargetException exception
         5: .line 1143
            new java.lang.IllegalStateException
            dup
            ldc "Error when accessing Java 9 process API"
            aload 1 /* exception */
            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 // java.lang.reflect.InvocationTargetException exception
        end local 0 // net.bytebuddy.agent.ByteBuddyAgent$ProcessProvider$ForCurrentVm$ForJava9CapableVm this
      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