class sun.reflect.ByteVectorFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.reflect.ByteVectorFactory
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.ByteVectorFactory this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.reflect.ByteVectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/ByteVectorFactory;

  static sun.reflect.ByteVector create();
    descriptor: ()Lsun/reflect/ByteVector;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 30
            new sun.reflect.ByteVectorImpl
            dup
            invokespecial sun.reflect.ByteVectorImpl.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static sun.reflect.ByteVector create(int);
    descriptor: (I)Lsun/reflect/ByteVector;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int sz
         0: .line 34
            new sun.reflect.ByteVectorImpl
            dup
            iload 0 /* sz */
            invokespecial sun.reflect.ByteVectorImpl.<init>:(I)V
            areturn
        end local 0 // int sz
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    sz  I
    MethodParameters:
      Name  Flags
      sz    
}
SourceFile: "ByteVectorFactory.java"