final class org.glassfish.grizzly.memory.Buffers$DumpStrings
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.memory.Buffers$DumpStrings
  super_class: java.lang.Object
{
  private static final java.lang.String[] DUMP_STRINGS;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 816
            bipush 16
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 817
            ldc "%10d   %02x                                                         %c\n"
            aastore
            dup
            iconst_1
         2: .line 818
            ldc "%10d   %02x %02x                                                      %c%c\n"
            aastore
            dup
            iconst_2
         3: .line 819
            ldc "%10d   %02x %02x  %02x                                                  %c%c%c\n"
            aastore
            dup
            iconst_3
         4: .line 820
            ldc "%10d   %02x %02x  %02x %02x                                               %c%c%c%c\n"
            aastore
            dup
            iconst_4
         5: .line 821
            ldc "%10d   %02x %02x  %02x %02x  %02x                                           %c%c%c%c%c\n"
            aastore
            dup
            iconst_5
         6: .line 822
            ldc "%10d   %02x %02x  %02x %02x  %02x %02x                                        %c%c%c%c%c%c\n"
            aastore
            dup
            bipush 6
         7: .line 823
            ldc "%10d   %02x %02x  %02x %02x  %02x %02x  %02x                                    %c%c%c%c%c%c%c\n"
            aastore
            dup
            bipush 7
         8: .line 824
            ldc "%10d   %02x %02x  %02x %02x  %02x %02x  %02x %02x                                 %c%c%c%c%c%c%c%c\n"
            aastore
            dup
            bipush 8
         9: .line 825
            ldc "%10d   %02x %02x  %02x %02x  %02x %02x  %02x %02x    %02x                           %c%c%c%c%c%c%c%c%c\n"
            aastore
            dup
            bipush 9
        10: .line 826
            ldc "%10d   %02x %02x  %02x %02x  %02x %02x  %02x %02x    %02x %02x                        %c%c%c%c%c%c%c%c%c%c\n"
            aastore
            dup
            bipush 10
        11: .line 827
            ldc "%10d   %02x %02x  %02x %02x  %02x %02x  %02x %02x    %02x %02x  %02x                    %c%c%c%c%c%c%c%c%c%c%c\n"
            aastore
            dup
            bipush 11
        12: .line 828
            ldc "%10d   %02x %02x  %02x %02x  %02x %02x  %02x %02x    %02x %02x  %02x %02x                 %c%c%c%c%c%c%c%c%c%c%c%c\n"
            aastore
            dup
            bipush 12
        13: .line 829
            ldc "%10d   %02x %02x  %02x %02x  %02x %02x  %02x %02x    %02x %02x  %02x %02x  %02x             %c%c%c%c%c%c%c%c%c%c%c%c%c\n"
            aastore
            dup
            bipush 13
        14: .line 830
            ldc "%10d   %02x %02x  %02x %02x  %02x %02x  %02x %02x    %02x %02x  %02x %02x  %02x %02x          %c%c%c%c%c%c%c%c%c%c%c%c%c%c\n"
            aastore
            dup
            bipush 14
        15: .line 831
            ldc "%10d   %02x %02x  %02x %02x  %02x %02x  %02x %02x    %02x %02x  %02x %02x  %02x %02x  %02x      %c%c%c%c%c%c%c%c%c%c%c%c%c%c%c\n"
            aastore
            dup
            bipush 15
        16: .line 832
            ldc "%10d   %02x %02x  %02x %02x  %02x %02x  %02x %02x    %02x %02x  %02x %02x  %02x %02x  %02x %02x   %c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c\n"
            aastore
        17: .line 816
            putstatic org.glassfish.grizzly.memory.Buffers$DumpStrings.DUMP_STRINGS:[Ljava/lang/String;
        18: .line 833
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.memory.Buffers$DumpStrings this
         0: .line 814
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.memory.Buffers$DumpStrings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/memory/Buffers$DumpStrings;
}
SourceFile: "Buffers.java"
NestHost: org.glassfish.grizzly.memory.Buffers
InnerClasses:
  private final DumpStrings = org.glassfish.grizzly.memory.Buffers$DumpStrings of org.glassfish.grizzly.memory.Buffers