public class com.sun.tools.javac.util.DiagnosticSource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.util.DiagnosticSource
  super_class: java.lang.Object
{
  public static final com.sun.tools.javac.util.DiagnosticSource NO_SOURCE;
    descriptor: Lcom/sun/tools/javac/util/DiagnosticSource;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  protected javax.tools.JavaFileObject fileObject;
    descriptor: Ljavax/tools/JavaFileObject;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.tools.javac.tree.EndPosTable endPosTable;
    descriptor: Lcom/sun/tools/javac/tree/EndPosTable;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.ref.SoftReference<char[]> refBuf;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/lang/ref/SoftReference<[C>;

  protected char[] buf;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

  protected int bufLen;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int lineStart;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int line;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.tools.javac.util.AbstractLog log;
    descriptor: Lcom/sun/tools/javac/util/AbstractLog;
    flags: (0x0004) ACC_PROTECTED

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 50
            new com.sun.tools.javac.util.DiagnosticSource$1
            dup
            invokespecial com.sun.tools.javac.util.DiagnosticSource$1.<init>:()V
            putstatic com.sun.tools.javac.util.DiagnosticSource.NO_SOURCE:Lcom/sun/tools/javac/util/DiagnosticSource;
         1: .line 55
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(javax.tools.JavaFileObject, com.sun.tools.javac.util.AbstractLog);
    descriptor: (Ljavax/tools/JavaFileObject;Lcom/sun/tools/javac/util/AbstractLog;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.util.DiagnosticSource this
        start local 1 // javax.tools.JavaFileObject fo
        start local 2 // com.sun.tools.javac.util.AbstractLog log
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* fo */
            putfield com.sun.tools.javac.util.DiagnosticSource.fileObject:Ljavax/tools/JavaFileObject;
         2: .line 59
            aload 0 /* this */
            aload 2 /* log */
            putfield com.sun.tools.javac.util.DiagnosticSource.log:Lcom/sun/tools/javac/util/AbstractLog;
         3: .line 60
            return
        end local 2 // com.sun.tools.javac.util.AbstractLog log
        end local 1 // javax.tools.JavaFileObject fo
        end local 0 // com.sun.tools.javac.util.DiagnosticSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/util/DiagnosticSource;
            0    4     1    fo  Ljavax/tools/JavaFileObject;
            0    4     2   log  Lcom/sun/tools/javac/util/AbstractLog;
    MethodParameters:
      Name  Flags
      fo    
      log   

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.util.DiagnosticSource this
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.javac.util.DiagnosticSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/util/DiagnosticSource;

  public javax.tools.JavaFileObject getFile();
    descriptor: ()Ljavax/tools/JavaFileObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.util.DiagnosticSource this
         0: .line 68
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.fileObject:Ljavax/tools/JavaFileObject;
            areturn
        end local 0 // com.sun.tools.javac.util.DiagnosticSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/util/DiagnosticSource;

  public int getLineNumber(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.util.DiagnosticSource this
        start local 1 // int pos
         0: .line 77
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual com.sun.tools.javac.util.DiagnosticSource.findLine:(I)Z
            ifeq 4
         1: .line 78
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.line:I
            istore 3
         2: .line 82
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
         3: .line 78
            iload 3
            ireturn
         4: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
         5: .line 80
            iconst_0
            ireturn
         6: .line 81
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         7: .line 82
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
         8: .line 83
            aload 2
            athrow
        end local 1 // int pos
        end local 0 // com.sun.tools.javac.util.DiagnosticSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/javac/util/DiagnosticSource;
            0    9     1   pos  I
      Exception table:
        from    to  target  type
           0     2       6  any
    MethodParameters:
      Name  Flags
      pos   

  public int getColumnNumber(int, boolean);
    descriptor: (IZ)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=3
        start local 0 // com.sun.tools.javac.util.DiagnosticSource this
        start local 1 // int pos
        start local 2 // boolean expandTabs
         0: .line 92
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual com.sun.tools.javac.util.DiagnosticSource.findLine:(I)Z
            ifeq 16
         1: .line 93
            iconst_0
            istore 3 /* column */
        start local 3 // int column
         2: .line 94
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.lineStart:I
            istore 4 /* bp */
        start local 4 // int bp
         3: goto 12
         4: .line 95
      StackMap locals: int int
      StackMap stack:
            iload 4 /* bp */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.bufLen:I
            if_icmplt 7
         5: .line 108
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
         6: .line 96
            iconst_0
            ireturn
         7: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
            iload 4 /* bp */
            caload
            bipush 9
            if_icmpne 10
            iload 2 /* expandTabs */
            ifeq 10
         8: .line 99
            iload 3 /* column */
            bipush 8
            idiv
            bipush 8
            imul
            bipush 8
            iadd
            istore 3 /* column */
         9: .line 100
            goto 11
        10: .line 101
      StackMap locals:
      StackMap stack:
            iinc 3 /* column */ 1
        11: .line 94
      StackMap locals:
      StackMap stack:
            iinc 4 /* bp */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* bp */
            iload 1 /* pos */
            if_icmplt 4
        end local 4 // int bp
        13: .line 104
            iload 3 /* column */
            iconst_1
            iadd
            istore 6
        14: .line 108
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
        15: .line 104
            iload 6
            ireturn
        end local 3 // int column
        16: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
        17: .line 106
            iconst_0
            ireturn
        18: .line 107
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        19: .line 108
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
        20: .line 109
            aload 5
            athrow
        end local 2 // boolean expandTabs
        end local 1 // int pos
        end local 0 // com.sun.tools.javac.util.DiagnosticSource this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Lcom/sun/tools/javac/util/DiagnosticSource;
            0   21     1         pos  I
            0   21     2  expandTabs  Z
            2   16     3      column  I
            3   13     4          bp  I
      Exception table:
        from    to  target  type
           0     5      18  any
           7    14      18  any
    MethodParameters:
            Name  Flags
      pos         
      expandTabs  

  public java.lang.String getLine(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.util.DiagnosticSource this
        start local 1 // int pos
         0: .line 116
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual com.sun.tools.javac.util.DiagnosticSource.findLine:(I)Z
            ifne 3
         1: .line 126
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
         2: .line 117
            aconst_null
            areturn
         3: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.lineStart:I
            istore 2 /* lineEnd */
        start local 2 // int lineEnd
         4: .line 120
            goto 6
         5: .line 121
      StackMap locals: int
      StackMap stack:
            iinc 2 /* lineEnd */ 1
         6: .line 120
      StackMap locals:
      StackMap stack:
            iload 2 /* lineEnd */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.bufLen:I
            if_icmpge 7
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
            iload 2 /* lineEnd */
            caload
            bipush 13
            if_icmpeq 7
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
            iload 2 /* lineEnd */
            caload
            bipush 10
            if_icmpne 5
         7: .line 122
      StackMap locals:
      StackMap stack:
            iload 2 /* lineEnd */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.lineStart:I
            isub
            ifne 10
         8: .line 126
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
         9: .line 123
            aconst_null
            areturn
        10: .line 124
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.lineStart:I
            iload 2 /* lineEnd */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.lineStart:I
            isub
            invokespecial java.lang.String.<init>:([CII)V
            astore 4
        11: .line 126
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
        12: .line 124
            aload 4
            areturn
        end local 2 // int lineEnd
        13: .line 125
      StackMap locals: com.sun.tools.javac.util.DiagnosticSource int
      StackMap stack: java.lang.Throwable
            astore 3
        14: .line 126
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
        15: .line 127
            aload 3
            athrow
        end local 1 // int pos
        end local 0 // com.sun.tools.javac.util.DiagnosticSource this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lcom/sun/tools/javac/util/DiagnosticSource;
            0   16     1      pos  I
            4   13     2  lineEnd  I
      Exception table:
        from    to  target  type
           0     1      13  any
           3     8      13  any
          10    11      13  any
    MethodParameters:
      Name  Flags
      pos   

  public com.sun.tools.javac.tree.EndPosTable getEndPosTable();
    descriptor: ()Lcom/sun/tools/javac/tree/EndPosTable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.util.DiagnosticSource this
         0: .line 131
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.endPosTable:Lcom/sun/tools/javac/tree/EndPosTable;
            areturn
        end local 0 // com.sun.tools.javac.util.DiagnosticSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/util/DiagnosticSource;

  public void setEndPosTable(com.sun.tools.javac.tree.EndPosTable);
    descriptor: (Lcom/sun/tools/javac/tree/EndPosTable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.util.DiagnosticSource this
        start local 1 // com.sun.tools.javac.tree.EndPosTable t
         0: .line 135
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.endPosTable:Lcom/sun/tools/javac/tree/EndPosTable;
            ifnull 2
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.endPosTable:Lcom/sun/tools/javac/tree/EndPosTable;
            aload 1 /* t */
            if_acmpeq 2
         1: .line 136
            new java.lang.IllegalStateException
            dup
            ldc "endPosTable already set"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* t */
            putfield com.sun.tools.javac.util.DiagnosticSource.endPosTable:Lcom/sun/tools/javac/tree/EndPosTable;
         3: .line 138
            return
        end local 1 // com.sun.tools.javac.tree.EndPosTable t
        end local 0 // com.sun.tools.javac.util.DiagnosticSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/util/DiagnosticSource;
            0    4     1     t  Lcom/sun/tools/javac/tree/EndPosTable;
    MethodParameters:
      Name  Flags
      t     

  protected boolean findLine(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.util.DiagnosticSource this
        start local 1 // int pos
         0: .line 144
            iload 1 /* pos */
            iconst_m1
            if_icmpne 2
         1: .line 145
            iconst_0
            ireturn
         2: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
            ifnonnull 4
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.refBuf:Ljava/lang/ref/SoftReference;
            ifnull 4
         3: .line 150
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.refBuf:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast char[]
            putfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
         4: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
            ifnonnull 9
         5: .line 153
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.fileObject:Ljavax/tools/JavaFileObject;
            invokevirtual com.sun.tools.javac.util.DiagnosticSource.initBuf:(Ljavax/tools/JavaFileObject;)[C
            putfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
         6: .line 154
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.javac.util.DiagnosticSource.lineStart:I
         7: .line 155
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.javac.util.DiagnosticSource.line:I
         8: .line 156
            goto 12
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.lineStart:I
            iload 1 /* pos */
            if_icmple 12
        10: .line 157
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.javac.util.DiagnosticSource.lineStart:I
        11: .line 158
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.javac.util.DiagnosticSource.line:I
        12: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.lineStart:I
            istore 2 /* bp */
        start local 2 // int bp
        13: .line 162
            goto 21
        14: .line 163
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
            iload 2 /* bp */
            iinc 2 /* bp */ 1
            caload
            tableswitch { // 10 - 13
                   10: 19
                   11: 21
                   12: 21
                   13: 15
              default: 21
          }
        15: .line 165
      StackMap locals:
      StackMap stack:
            iload 2 /* bp */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.bufLen:I
            if_icmpge 16
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
            iload 2 /* bp */
            caload
            bipush 10
            if_icmpne 16
            iinc 2 /* bp */ 1
        16: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.util.DiagnosticSource.line:I
            iconst_1
            iadd
            putfield com.sun.tools.javac.util.DiagnosticSource.line:I
        17: .line 167
            aload 0 /* this */
            iload 2 /* bp */
            putfield com.sun.tools.javac.util.DiagnosticSource.lineStart:I
        18: .line 168
            goto 21
        19: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.util.DiagnosticSource.line:I
            iconst_1
            iadd
            putfield com.sun.tools.javac.util.DiagnosticSource.line:I
        20: .line 171
            aload 0 /* this */
            iload 2 /* bp */
            putfield com.sun.tools.javac.util.DiagnosticSource.lineStart:I
        21: .line 162
      StackMap locals:
      StackMap stack:
            iload 2 /* bp */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.bufLen:I
            if_icmpge 22
            iload 2 /* bp */
            iload 1 /* pos */
            if_icmplt 14
        22: .line 175
      StackMap locals:
      StackMap stack:
            iload 2 /* bp */
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.bufLen:I
            if_icmpgt 23
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        23: iconst_0
        24: ireturn
        end local 2 // int bp
        25: .line 176
      StackMap locals: com.sun.tools.javac.util.DiagnosticSource int
      StackMap stack: java.io.IOException
            pop
        26: .line 177
            aload 0 /* this */
            getfield com.sun.tools.javac.util.DiagnosticSource.log:Lcom/sun/tools/javac/util/AbstractLog;
            ldc "source.unavailable"
            iconst_0
            anewarray java.lang.Object
            invokevirtual com.sun.tools.javac.util.AbstractLog.directError:(Ljava/lang/String;[Ljava/lang/Object;)V
        27: .line 178
            aload 0 /* this */
            iconst_0
            newarray 5
            putfield com.sun.tools.javac.util.DiagnosticSource.buf:[C
        28: .line 179
            iconst_0
            ireturn
        end local 1 // int pos
        end local 0 // com.sun.tools.javac.util.DiagnosticSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lcom/sun/tools/javac/util/DiagnosticSource;
            0   29     1   pos  I
           13   25     2    bp  I
      Exception table:
        from    to  target  type
           2    24      25  Class java.io.IOException
    MethodParameters:
      Name  Flags
      pos   

  protected char[] initBuf(javax.tools.JavaFileObject);
    descriptor: (Ljavax/tools/JavaFileObject;)[C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.util.DiagnosticSource this
        start local 1 // javax.tools.JavaFileObject fileObject
         0: .line 185
            aload 1 /* fileObject */
            iconst_1
            invokeinterface javax.tools.JavaFileObject.getCharContent:(Z)Ljava/lang/CharSequence;
            astore 3 /* cs */
        start local 3 // java.lang.CharSequence cs
         1: .line 186
            aload 3 /* cs */
            instanceof java.nio.CharBuffer
            ifeq 6
         2: .line 187
            aload 3 /* cs */
            checkcast java.nio.CharBuffer
            astore 4 /* cb */
        start local 4 // java.nio.CharBuffer cb
         3: .line 188
            aload 4 /* cb */
            invokestatic com.sun.tools.javac.file.JavacFileManager.toArray:(Ljava/nio/CharBuffer;)[C
            astore 2 /* buf */
        start local 2 // char[] buf
         4: .line 189
            aload 0 /* this */
            aload 4 /* cb */
            invokevirtual java.nio.CharBuffer.limit:()I
            putfield com.sun.tools.javac.util.DiagnosticSource.bufLen:I
        end local 4 // java.nio.CharBuffer cb
         5: .line 190
            goto 8
        end local 2 // char[] buf
         6: .line 191
      StackMap locals: com.sun.tools.javac.util.DiagnosticSource javax.tools.JavaFileObject top java.lang.CharSequence
      StackMap stack:
            aload 3 /* cs */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            astore 2 /* buf */
        start local 2 // char[] buf
         7: .line 192
            aload 0 /* this */
            aload 2 /* buf */
            arraylength
            putfield com.sun.tools.javac.util.DiagnosticSource.bufLen:I
         8: .line 194
      StackMap locals: com.sun.tools.javac.util.DiagnosticSource javax.tools.JavaFileObject char[] java.lang.CharSequence
      StackMap stack:
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            aload 2 /* buf */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.tools.javac.util.DiagnosticSource.refBuf:Ljava/lang/ref/SoftReference;
         9: .line 195
            aload 2 /* buf */
            areturn
        end local 3 // java.lang.CharSequence cs
        end local 2 // char[] buf
        end local 1 // javax.tools.JavaFileObject fileObject
        end local 0 // com.sun.tools.javac.util.DiagnosticSource this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lcom/sun/tools/javac/util/DiagnosticSource;
            0   10     1  fileObject  Ljavax/tools/JavaFileObject;
            4    6     2         buf  [C
            7   10     2         buf  [C
            1   10     3          cs  Ljava/lang/CharSequence;
            3    5     4          cb  Ljava/nio/CharBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      fileObject  
}
SourceFile: "DiagnosticSource.java"
NestMembers:
  com.sun.tools.javac.util.DiagnosticSource$1
InnerClasses:
  com.sun.tools.javac.util.DiagnosticSource$1