public class com.sun.tools.hat.internal.model.ReachableExcludesImpl implements com.sun.tools.hat.internal.model.ReachableExcludes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.hat.internal.model.ReachableExcludesImpl
  super_class: java.lang.Object
{
  private java.io.File excludesFile;
    descriptor: Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE

  private long lastModified;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private java.util.Hashtable methods;
    descriptor: Ljava/util/Hashtable;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.hat.internal.model.ReachableExcludesImpl this
        start local 1 // java.io.File excludesFile
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            aload 1 /* excludesFile */
            putfield com.sun.tools.hat.internal.model.ReachableExcludesImpl.excludesFile:Ljava/io/File;
         2: .line 65
            aload 0 /* this */
            invokevirtual com.sun.tools.hat.internal.model.ReachableExcludesImpl.readFile:()V
         3: .line 66
            return
        end local 1 // java.io.File excludesFile
        end local 0 // com.sun.tools.hat.internal.model.ReachableExcludesImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/sun/tools/hat/internal/model/ReachableExcludesImpl;
            0    4     1  excludesFile  Ljava/io/File;
    MethodParameters:
              Name  Flags
      excludesFile  

  private void readFileIfNeeded();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.hat.internal.model.ReachableExcludesImpl this
         0: .line 69
            aload 0 /* this */
            getfield com.sun.tools.hat.internal.model.ReachableExcludesImpl.excludesFile:Ljava/io/File;
            invokevirtual java.io.File.lastModified:()J
            aload 0 /* this */
            getfield com.sun.tools.hat.internal.model.ReachableExcludesImpl.lastModified:J
            lcmp
            ifeq 8
         1: .line 70
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 71
            aload 0 /* this */
            getfield com.sun.tools.hat.internal.model.ReachableExcludesImpl.excludesFile:Ljava/io/File;
            invokevirtual java.io.File.lastModified:()J
            aload 0 /* this */
            getfield com.sun.tools.hat.internal.model.ReachableExcludesImpl.lastModified:J
            lcmp
            ifeq 4
         3: .line 72
            aload 0 /* this */
            invokevirtual com.sun.tools.hat.internal.model.ReachableExcludesImpl.readFile:()V
         4: .line 70
      StackMap locals: com.sun.tools.hat.internal.model.ReachableExcludesImpl
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.hat.internal.model.ReachableExcludesImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/hat/internal/model/ReachableExcludesImpl;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  private void readFile();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=6, args_size=1
        start local 0 // com.sun.tools.hat.internal.model.ReachableExcludesImpl this
         0: .line 79
            aload 0 /* this */
            getfield com.sun.tools.hat.internal.model.ReachableExcludesImpl.excludesFile:Ljava/io/File;
            invokevirtual java.io.File.lastModified:()J
            lstore 1 /* lm */
        start local 1 // long lm
         1: .line 80
            new java.util.Hashtable
            dup
            invokespecial java.util.Hashtable.<init>:()V
            astore 3 /* m */
        start local 3 // java.util.Hashtable m
         2: .line 83
            new java.io.BufferedReader
            dup
            new java.io.InputStreamReader
            dup
         3: .line 84
            new java.io.FileInputStream
            dup
            aload 0 /* this */
            getfield com.sun.tools.hat.internal.model.ReachableExcludesImpl.excludesFile:Ljava/io/File;
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;)V
         4: .line 83
            invokespecial java.io.BufferedReader.<init>:(Ljava/io/Reader;)V
            astore 4 /* r */
        start local 4 // java.io.BufferedReader r
         5: .line 87
            goto 7
        start local 5 // java.lang.String method
         6: .line 88
      StackMap locals: com.sun.tools.hat.internal.model.ReachableExcludesImpl long java.util.Hashtable java.io.BufferedReader java.lang.String
      StackMap stack:
            aload 3 /* m */
            aload 5 /* method */
            aload 5 /* method */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // java.lang.String method
         7: .line 87
      StackMap locals:
      StackMap stack:
            aload 4 /* r */
            invokevirtual java.io.BufferedReader.readLine:()Ljava/lang/String;
            dup
            astore 5 /* method */
        start local 5 // java.lang.String method
         8: ifnonnull 6
         9: .line 90
            aload 0 /* this */
            lload 1 /* lm */
            putfield com.sun.tools.hat.internal.model.ReachableExcludesImpl.lastModified:J
        10: .line 91
            aload 0 /* this */
            aload 3 /* m */
            putfield com.sun.tools.hat.internal.model.ReachableExcludesImpl.methods:Ljava/util/Hashtable;
        end local 5 // java.lang.String method
        end local 4 // java.io.BufferedReader r
        11: .line 92
            goto 14
      StackMap locals: com.sun.tools.hat.internal.model.ReachableExcludesImpl long java.util.Hashtable
      StackMap stack: java.io.IOException
        12: astore 4 /* ex */
        start local 4 // java.io.IOException ex
        13: .line 93
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Error reading "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.hat.internal.model.ReachableExcludesImpl.excludesFile:Ljava/io/File;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ":  "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* ex */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 4 // java.io.IOException ex
        14: .line 95
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.Hashtable m
        end local 1 // long lm
        end local 0 // com.sun.tools.hat.internal.model.ReachableExcludesImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lcom/sun/tools/hat/internal/model/ReachableExcludesImpl;
            1   15     1      lm  J
            2   15     3       m  Ljava/util/Hashtable<Ljava/lang/String;Ljava/lang/String;>;
            5   11     4       r  Ljava/io/BufferedReader;
            6    7     5  method  Ljava/lang/String;
            8   11     5  method  Ljava/lang/String;
           13   14     4      ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2    11      12  Class java.io.IOException

  public boolean isExcluded(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.hat.internal.model.ReachableExcludesImpl this
        start local 1 // java.lang.String fieldName
         0: .line 102
            aload 0 /* this */
            invokevirtual com.sun.tools.hat.internal.model.ReachableExcludesImpl.readFileIfNeeded:()V
         1: .line 103
            aload 0 /* this */
            getfield com.sun.tools.hat.internal.model.ReachableExcludesImpl.methods:Ljava/util/Hashtable;
            aload 1 /* fieldName */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // java.lang.String fieldName
        end local 0 // com.sun.tools.hat.internal.model.ReachableExcludesImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/tools/hat/internal/model/ReachableExcludesImpl;
            0    3     1  fieldName  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      fieldName  
}
SourceFile: "ReachableExcludesImpl.java"