public class net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$ForJava9CapableVm implements net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$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$AttachmentTypeEvaluator$ForJava9CapableVm this
        start local 1 // java.lang.reflect.Method current
        start local 2 // java.lang.reflect.Method pid
         0: .line 1398
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1399
            aload 0 /* this */
            aload 1 /* current */
            putfield net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$ForJava9CapableVm.current:Ljava/lang/reflect/Method;
         2: .line 1400
            aload 0 /* this */
            aload 2 /* pid */
            putfield net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$ForJava9CapableVm.pid:Ljava/lang/reflect/Method;
         3: .line 1401
            return
        end local 2 // java.lang.reflect.Method pid
        end local 1 // java.lang.reflect.Method current
        end local 0 // net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$ForJava9CapableVm this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$ForJava9CapableVm;
            0    4     1  current  Ljava/lang/reflect/Method;
            0    4     2      pid  Ljava/lang/reflect/Method;
    MethodParameters:
         Name  Flags
      current  
      pid      

  public boolean requiresExternalAttachment(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$ForJava9CapableVm this
        start local 1 // java.lang.String processId
         0: .line 1408
            aload 0 /* this */
            getfield net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$ForJava9CapableVm.pid:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$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;
            aload 1 /* processId */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
         1: ireturn
         2: .line 1409
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* exception */
        start local 2 // java.lang.IllegalAccessException exception
         3: .line 1410
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access Java 9 process API"
            aload 2 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.IllegalAccessException exception
         4: .line 1411
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* exception */
        start local 2 // java.lang.reflect.InvocationTargetException exception
         5: .line 1412
            new java.lang.IllegalStateException
            dup
            ldc "Error when accessing Java 9 process API"
            aload 2 /* 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 2 // java.lang.reflect.InvocationTargetException exception
        end local 1 // java.lang.String processId
        end local 0 // net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$ForJava9CapableVm this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lnet/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$ForJava9CapableVm;
            0    6     1  processId  Ljava/lang/String;
            3    4     2  exception  Ljava/lang/IllegalAccessException;
            5    6     2  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
      processId  
}
SourceFile: "ByteBuddyAgent.java"
NestHost: net.bytebuddy.agent.ByteBuddyAgent
InnerClasses:
  protected abstract AttachmentTypeEvaluator = net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator of net.bytebuddy.agent.ByteBuddyAgent
  public ForJava9CapableVm = net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator$ForJava9CapableVm of net.bytebuddy.agent.ByteBuddyAgent$AttachmentTypeEvaluator