public class net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm implements net.bytebuddy.ClassFileVersion$VersionLocator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm
  super_class: java.lang.Object
{
  private static final java.lang.Object STATIC_METHOD;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.lang.reflect.Method current;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.Method major;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 457
            aconst_null
            putstatic net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.STATIC_METHOD:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.ClassFileVersion$VersionLocator$ForJava9CapableVm this
        start local 1 // java.lang.reflect.Method current
        start local 2 // java.lang.reflect.Method major
         0: .line 475
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 476
            aload 0 /* this */
            aload 1 /* current */
            putfield net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.current:Ljava/lang/reflect/Method;
         2: .line 477
            aload 0 /* this */
            aload 2 /* major */
            putfield net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.major:Ljava/lang/reflect/Method;
         3: .line 478
            return
        end local 2 // java.lang.reflect.Method major
        end local 1 // java.lang.reflect.Method current
        end local 0 // net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lnet/bytebuddy/ClassFileVersion$VersionLocator$ForJava9CapableVm;
            0    4     1  current  Ljava/lang/reflect/Method;
            0    4     2    major  Ljava/lang/reflect/Method;
    MethodParameters:
         Name  Flags
      current  
      major    

  public net.bytebuddy.ClassFileVersion locate();
    descriptor: ()Lnet/bytebuddy/ClassFileVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm this
         0: .line 485
            aload 0 /* this */
            getfield net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.major:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.current:Ljava/lang/reflect/Method;
            getstatic net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.STATIC_METHOD: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;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic net.bytebuddy.ClassFileVersion.ofJavaVersion:(I)Lnet/bytebuddy/ClassFileVersion;
         1: areturn
         2: .line 486
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 1 /* exception */
        start local 1 // java.lang.IllegalAccessException exception
         3: .line 487
            new java.lang.IllegalStateException
            dup
            ldc "Could not access VM version lookup"
            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 488
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 1 /* exception */
        start local 1 // java.lang.reflect.InvocationTargetException exception
         5: .line 489
            new java.lang.IllegalStateException
            dup
            ldc "Could not look up VM version"
            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.ClassFileVersion$VersionLocator$ForJava9CapableVm this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lnet/bytebuddy/ClassFileVersion$VersionLocator$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: "ClassFileVersion.java"
NestHost: net.bytebuddy.ClassFileVersion
InnerClasses:
  protected abstract VersionLocator = net.bytebuddy.ClassFileVersion$VersionLocator of net.bytebuddy.ClassFileVersion
  public ForJava9CapableVm = net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm of net.bytebuddy.ClassFileVersion$VersionLocator
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()