final class com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool implements com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool
  super_class: java.lang.Object
{
  protected static final int TABLE_SIZE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  protected static final com.sun.org.apache.xerces.internal.xni.grammars.Grammar[] ZERO_LENGTH_GRAMMAR_ARRAY;
    descriptor: [Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry[] fGrammars;
    descriptor: [Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
    flags: (0x0004) ACC_PROTECTED

  protected boolean fPoolIsLocked;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

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

  protected final java.lang.ref.ReferenceQueue<com.sun.org.apache.xerces.internal.xni.grammars.Grammar> fReferenceQueue;
    descriptor: Ljava/lang/ref/ReferenceQueue;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/lang/ref/ReferenceQueue<Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 52
            iconst_0
            anewarray com.sun.org.apache.xerces.internal.xni.grammars.Grammar
            putstatic com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.ZERO_LENGTH_GRAMMAR_ARRAY:[Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
         2: .line 65
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammarCount:I
         3: .line 68
            aload 0 /* this */
            new java.lang.ref.ReferenceQueue
            dup
            invokespecial java.lang.ref.ReferenceQueue.<init>:()V
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fReferenceQueue:Ljava/lang/ref/ReferenceQueue;
         4: .line 76
            aload 0 /* this */
            bipush 11
            anewarray com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
         5: .line 77
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fPoolIsLocked:Z
         6: .line 78
            return
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
        start local 1 // int initialCapacity
         0: .line 81
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
         2: .line 65
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammarCount:I
         3: .line 68
            aload 0 /* this */
            new java.lang.ref.ReferenceQueue
            dup
            invokespecial java.lang.ref.ReferenceQueue.<init>:()V
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fReferenceQueue:Ljava/lang/ref/ReferenceQueue;
         4: .line 82
            aload 0 /* this */
            iload 1 /* initialCapacity */
            anewarray com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
         5: .line 83
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fPoolIsLocked:Z
         6: .line 84
            return
        end local 1 // int initialCapacity
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;
            0    7     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public com.sun.org.apache.xerces.internal.xni.grammars.Grammar[] retrieveInitialGrammarSet(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
        start local 1 // java.lang.String grammarType
         0: .line 101
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            dup
            astore 2
            monitorenter
         1: .line 102
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.clean:()V
         2: .line 107
            getstatic com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.ZERO_LENGTH_GRAMMAR_ARRAY:[Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
            aload 2
            monitorexit
         3: areturn
         4: .line 101
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool java.lang.String com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry[]
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         5: athrow
        end local 1 // java.lang.String grammarType
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;
            0    6     1  grammarType  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
             Name  Flags
      grammarType  

  public void cacheGrammars(java.lang.String, com.sun.org.apache.xerces.internal.xni.grammars.Grammar[]);
    descriptor: (Ljava/lang/String;[Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
        start local 1 // java.lang.String grammarType
        start local 2 // com.sun.org.apache.xerces.internal.xni.grammars.Grammar[] grammars
         0: .line 123
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fPoolIsLocked:Z
            ifne 6
         1: .line 124
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 125
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* grammars */
            iload 3 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.putGrammar:(Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;)V
         4: .line 124
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 2 /* grammars */
            arraylength
            if_icmplt 3
        end local 3 // int i
         6: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.grammars.Grammar[] grammars
        end local 1 // java.lang.String grammarType
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;
            0    7     1  grammarType  Ljava/lang/String;
            0    7     2     grammars  [Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
            2    6     3            i  I
    MethodParameters:
             Name  Flags
      grammarType  
      grammars     

  public com.sun.org.apache.xerces.internal.xni.grammars.Grammar retrieveGrammar(com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
        start local 1 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc
         0: .line 145
            aload 0 /* this */
            aload 1 /* desc */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.getGrammar:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
            areturn
        end local 1 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;
            0    1     1  desc  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;
    MethodParameters:
      Name  Flags
      desc  

  public void putGrammar(com.sun.org.apache.xerces.internal.xni.grammars.Grammar);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
        start local 1 // com.sun.org.apache.xerces.internal.xni.grammars.Grammar grammar
         0: .line 159
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fPoolIsLocked:Z
            ifne 22
         1: .line 160
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            dup
            astore 2
            monitorenter
         2: .line 161
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.clean:()V
         3: .line 162
            aload 1 /* grammar */
            invokeinterface com.sun.org.apache.xerces.internal.xni.grammars.Grammar.getGrammarDescription:()Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;
            astore 3 /* desc */
        start local 3 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc
         4: .line 163
            aload 0 /* this */
            aload 3 /* desc */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.hashCode:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)I
            istore 4 /* hash */
        start local 4 // int hash
         5: .line 164
            iload 4 /* hash */
            ldc 2147483647
            iand
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            arraylength
            irem
            istore 5 /* index */
        start local 5 // int index
         6: .line 165
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            iload 5 /* index */
            aaload
            astore 6 /* entry */
        start local 6 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry entry
         7: goto 14
         8: .line 166
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool com.sun.org.apache.xerces.internal.xni.grammars.Grammar com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry[] com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription int int com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry
      StackMap stack:
            aload 6 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.hash:I
            iload 4 /* hash */
            if_icmpne 13
            aload 0 /* this */
            aload 6 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.desc:Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;
            aload 3 /* desc */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.equals:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)Z
            ifeq 13
         9: .line 167
            aload 6 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.grammar:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$SoftGrammarReference;
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$SoftGrammarReference.get:()Ljava/lang/Object;
            aload 1 /* grammar */
            if_acmpeq 11
        10: .line 168
            aload 6 /* entry */
            new com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$SoftGrammarReference
            dup
            aload 6 /* entry */
            aload 1 /* grammar */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fReferenceQueue:Ljava/lang/ref/ReferenceQueue;
            invokespecial com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$SoftGrammarReference.<init>:(Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;Ljava/lang/ref/ReferenceQueue;)V
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.grammar:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$SoftGrammarReference;
        11: .line 170
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        12: return
        13: .line 165
      StackMap locals:
      StackMap stack:
            aload 6 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.next:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            astore 6 /* entry */
      StackMap locals:
      StackMap stack:
        14: aload 6 /* entry */
            ifnonnull 8
        end local 6 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry entry
        15: .line 174
            new com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry
            dup
            iload 4 /* hash */
            iload 5 /* index */
            aload 3 /* desc */
            aload 1 /* grammar */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            iload 5 /* index */
            aaload
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fReferenceQueue:Ljava/lang/ref/ReferenceQueue;
            invokespecial com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.<init>:(IILcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;Ljava/lang/ref/ReferenceQueue;)V
            astore 6 /* entry */
        start local 6 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry entry
        16: .line 175
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            iload 5 /* index */
            aload 6 /* entry */
            aastore
        17: .line 176
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammarCount:I
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammarCount:I
        end local 6 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry entry
        end local 5 // int index
        end local 4 // int hash
        end local 3 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc
        18: .line 160
            aload 2
            monitorexit
        19: goto 22
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool com.sun.org.apache.xerces.internal.xni.grammars.Grammar com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry[]
      StackMap stack: java.lang.Throwable
        20: aload 2
            monitorexit
        21: athrow
        22: .line 179
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.grammars.Grammar grammar
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;
            0   23     1  grammar  Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
            4   18     3     desc  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;
            5   18     4     hash  I
            6   18     5    index  I
            7   15     6    entry  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
           16   18     6    entry  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
      Exception table:
        from    to  target  type
           2    12      20  any
          13    19      20  any
          20    21      20  any
    MethodParameters:
         Name  Flags
      grammar  

  public com.sun.org.apache.xerces.internal.xni.grammars.Grammar getGrammar(com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
        start local 1 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc
         0: .line 189
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            dup
            astore 2
            monitorenter
         1: .line 190
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.clean:()V
         2: .line 191
            aload 0 /* this */
            aload 1 /* desc */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.hashCode:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)I
            istore 3 /* hash */
        start local 3 // int hash
         3: .line 192
            iload 3 /* hash */
            ldc 2147483647
            iand
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            arraylength
            irem
            istore 4 /* index */
        start local 4 // int index
         4: .line 193
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            iload 4 /* index */
            aaload
            astore 5 /* entry */
        start local 5 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry entry
         5: goto 14
         6: .line 194
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry[] int int com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry
      StackMap stack:
            aload 5 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.grammar:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$SoftGrammarReference;
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$SoftGrammarReference.get:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.xni.grammars.Grammar
            astore 6 /* tempGrammar */
        start local 6 // com.sun.org.apache.xerces.internal.xni.grammars.Grammar tempGrammar
         7: .line 196
            aload 6 /* tempGrammar */
            ifnonnull 10
         8: .line 197
            aload 0 /* this */
            aload 5 /* entry */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.removeEntry:(Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;)Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
            pop
         9: .line 198
            goto 13
        10: .line 199
      StackMap locals: com.sun.org.apache.xerces.internal.xni.grammars.Grammar
      StackMap stack:
            aload 5 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.hash:I
            iload 3 /* hash */
            if_icmpne 13
            aload 0 /* this */
            aload 5 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.desc:Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;
            aload 1 /* desc */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.equals:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)Z
            ifeq 13
        11: .line 200
            aload 6 /* tempGrammar */
            aload 2
            monitorexit
        12: areturn
        end local 6 // com.sun.org.apache.xerces.internal.xni.grammars.Grammar tempGrammar
        13: .line 193
      StackMap locals:
      StackMap stack:
            aload 5 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.next:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            astore 5 /* entry */
      StackMap locals:
      StackMap stack:
        14: aload 5 /* entry */
            ifnonnull 6
        end local 5 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry entry
        15: .line 203
            aload 2
            monitorexit
        16: aconst_null
            areturn
        end local 4 // int index
        end local 3 // int hash
        17: .line 189
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry[]
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        18: athrow
        end local 1 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;
            0   19     1         desc  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;
            3   17     3         hash  I
            4   17     4        index  I
            5   15     5        entry  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            7   13     6  tempGrammar  Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
      Exception table:
        from    to  target  type
           1    12      17  any
          13    16      17  any
          17    18      17  any
    MethodParameters:
      Name  Flags
      desc  

  public com.sun.org.apache.xerces.internal.xni.grammars.Grammar removeGrammar(com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
        start local 1 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc
         0: .line 217
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            dup
            astore 2
            monitorenter
         1: .line 218
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.clean:()V
         2: .line 219
            aload 0 /* this */
            aload 1 /* desc */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.hashCode:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)I
            istore 3 /* hash */
        start local 3 // int hash
         3: .line 220
            iload 3 /* hash */
            ldc 2147483647
            iand
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            arraylength
            irem
            istore 4 /* index */
        start local 4 // int index
         4: .line 221
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            iload 4 /* index */
            aaload
            astore 5 /* entry */
        start local 5 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry entry
         5: goto 10
         6: .line 222
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry[] int int com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry
      StackMap stack:
            aload 5 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.hash:I
            iload 3 /* hash */
            if_icmpne 9
            aload 0 /* this */
            aload 5 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.desc:Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;
            aload 1 /* desc */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.equals:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)Z
            ifeq 9
         7: .line 223
            aload 0 /* this */
            aload 5 /* entry */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.removeEntry:(Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;)Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
            aload 2
            monitorexit
         8: areturn
         9: .line 221
      StackMap locals:
      StackMap stack:
            aload 5 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.next:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            astore 5 /* entry */
      StackMap locals:
      StackMap stack:
        10: aload 5 /* entry */
            ifnonnull 6
        end local 5 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry entry
        11: .line 226
            aload 2
            monitorexit
        12: aconst_null
            areturn
        end local 4 // int index
        end local 3 // int hash
        13: .line 217
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry[]
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        14: athrow
        end local 1 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;
            0   15     1   desc  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;
            3   13     3   hash  I
            4   13     4  index  I
            5   11     5  entry  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
      Exception table:
        from    to  target  type
           1     8      13  any
           9    12      13  any
          13    14      13  any
    MethodParameters:
      Name  Flags
      desc  

  public boolean containsGrammar(com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
        start local 1 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc
         0: .line 239
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            dup
            astore 2
            monitorenter
         1: .line 240
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.clean:()V
         2: .line 241
            aload 0 /* this */
            aload 1 /* desc */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.hashCode:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)I
            istore 3 /* hash */
        start local 3 // int hash
         3: .line 242
            iload 3 /* hash */
            ldc 2147483647
            iand
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            arraylength
            irem
            istore 4 /* index */
        start local 4 // int index
         4: .line 243
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            iload 4 /* index */
            aaload
            astore 5 /* entry */
        start local 5 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry entry
         5: goto 14
         6: .line 244
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry[] int int com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry
      StackMap stack:
            aload 5 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.grammar:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$SoftGrammarReference;
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$SoftGrammarReference.get:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.xni.grammars.Grammar
            astore 6 /* tempGrammar */
        start local 6 // com.sun.org.apache.xerces.internal.xni.grammars.Grammar tempGrammar
         7: .line 246
            aload 6 /* tempGrammar */
            ifnonnull 10
         8: .line 247
            aload 0 /* this */
            aload 5 /* entry */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.removeEntry:(Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;)Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
            pop
         9: .line 248
            goto 13
        10: .line 249
      StackMap locals: com.sun.org.apache.xerces.internal.xni.grammars.Grammar
      StackMap stack:
            aload 5 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.hash:I
            iload 3 /* hash */
            if_icmpne 13
            aload 0 /* this */
            aload 5 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.desc:Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;
            aload 1 /* desc */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.equals:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)Z
            ifeq 13
        11: .line 250
            aload 2
            monitorexit
        12: iconst_1
            ireturn
        end local 6 // com.sun.org.apache.xerces.internal.xni.grammars.Grammar tempGrammar
        13: .line 243
      StackMap locals:
      StackMap stack:
            aload 5 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.next:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            astore 5 /* entry */
      StackMap locals:
      StackMap stack:
        14: aload 5 /* entry */
            ifnonnull 6
        end local 5 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry entry
        15: .line 253
            aload 2
            monitorexit
        16: iconst_0
            ireturn
        end local 4 // int index
        end local 3 // int hash
        17: .line 239
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry[]
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        18: athrow
        end local 1 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;
            0   19     1         desc  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;
            3   17     3         hash  I
            4   17     4        index  I
            5   15     5        entry  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            7   13     6  tempGrammar  Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
      Exception table:
        from    to  target  type
           1    12      17  any
          13    16      17  any
          17    18      17  any
    MethodParameters:
      Name  Flags
      desc  

  public void lockPool();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
         0: .line 261
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fPoolIsLocked:Z
         1: .line 262
            return
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;

  public void unlockPool();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
         0: .line 269
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fPoolIsLocked:Z
         1: .line 270
            return
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
         0: .line 277
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 6
         2: .line 278
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            iload 1 /* i */
            aaload
            ifnull 5
         3: .line 279
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            iload 1 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.clear:()V
         4: .line 280
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            iload 1 /* i */
            aconst_null
            aastore
         5: .line 277
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            arraylength
            if_icmplt 2
        end local 1 // int i
         7: .line 283
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammarCount:I
         8: .line 284
            return
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;
            1    7     1     i  I

  public boolean equals(com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription, com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
        start local 1 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc1
        start local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc2
         0: .line 296
            aload 1 /* desc1 */
            instanceof com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription
            ifeq 18
         1: .line 297
            aload 2 /* desc2 */
            instanceof com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription
            ifne 3
         2: .line 298
            iconst_0
            ireturn
         3: .line 300
      StackMap locals:
      StackMap stack:
            aload 1 /* desc1 */
            checkcast com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription
            astore 3 /* sd1 */
        start local 3 // com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription sd1
         4: .line 301
            aload 2 /* desc2 */
            checkcast com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription
            astore 4 /* sd2 */
        start local 4 // com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription sd2
         5: .line 302
            aload 3 /* sd1 */
            invokeinterface com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription.getTargetNamespace:()Ljava/lang/String;
            astore 5 /* targetNamespace */
        start local 5 // java.lang.String targetNamespace
         6: .line 303
            aload 5 /* targetNamespace */
            ifnull 9
         7: .line 304
            aload 5 /* targetNamespace */
            aload 4 /* sd2 */
            invokeinterface com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription.getTargetNamespace:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 11
         8: .line 305
            iconst_0
            ireturn
         9: .line 308
      StackMap locals: com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription java.lang.String
      StackMap stack:
            aload 4 /* sd2 */
            invokeinterface com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription.getTargetNamespace:()Ljava/lang/String;
            ifnull 11
        10: .line 309
            iconst_0
            ireturn
        11: .line 316
      StackMap locals:
      StackMap stack:
            aload 3 /* sd1 */
            invokeinterface com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription.getExpandedSystemId:()Ljava/lang/String;
            astore 6 /* expandedSystemId */
        start local 6 // java.lang.String expandedSystemId
        12: .line 317
            aload 6 /* expandedSystemId */
            ifnull 15
        13: .line 318
            aload 6 /* expandedSystemId */
            aload 4 /* sd2 */
            invokeinterface com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription.getExpandedSystemId:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 17
        14: .line 319
            iconst_0
            ireturn
        15: .line 322
      StackMap locals: java.lang.String
      StackMap stack:
            aload 4 /* sd2 */
            invokeinterface com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription.getExpandedSystemId:()Ljava/lang/String;
            ifnull 17
        16: .line 323
            iconst_0
            ireturn
        17: .line 325
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 6 // java.lang.String expandedSystemId
        end local 5 // java.lang.String targetNamespace
        end local 4 // com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription sd2
        end local 3 // com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription sd1
        18: .line 327
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription
      StackMap stack:
            aload 1 /* desc1 */
            aload 2 /* desc2 */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc2
        end local 1 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc1
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   19     0              this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;
            0   19     1             desc1  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;
            0   19     2             desc2  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;
            4   18     3               sd1  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLSchemaDescription;
            5   18     4               sd2  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLSchemaDescription;
            6   18     5   targetNamespace  Ljava/lang/String;
           12   18     6  expandedSystemId  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      desc1  
      desc2  

  public int hashCode(com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
        start local 1 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc
         0: .line 337
            aload 1 /* desc */
            instanceof com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription
            ifeq 11
         1: .line 338
            aload 1 /* desc */
            checkcast com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription
            astore 2 /* sd */
        start local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription sd
         2: .line 339
            aload 2 /* sd */
            invokeinterface com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription.getTargetNamespace:()Ljava/lang/String;
            astore 3 /* targetNamespace */
        start local 3 // java.lang.String targetNamespace
         3: .line 340
            aload 2 /* sd */
            invokeinterface com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription.getExpandedSystemId:()Ljava/lang/String;
            astore 4 /* expandedSystemId */
        start local 4 // java.lang.String expandedSystemId
         4: .line 341
            aload 3 /* targetNamespace */
            ifnull 5
            aload 3 /* targetNamespace */
            invokevirtual java.lang.String.hashCode:()I
            goto 6
      StackMap locals: com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription java.lang.String java.lang.String
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 5 /* hash */
        start local 5 // int hash
         7: .line 342
            iload 5 /* hash */
            aload 4 /* expandedSystemId */
            ifnull 8
            aload 4 /* expandedSystemId */
            invokevirtual java.lang.String.hashCode:()I
            goto 9
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription java.lang.String java.lang.String int
      StackMap stack: int
         8: iconst_0
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription java.lang.String java.lang.String int
      StackMap stack: int int
         9: ixor
            istore 5 /* hash */
        10: .line 343
            iload 5 /* hash */
            ireturn
        end local 5 // int hash
        end local 4 // java.lang.String expandedSystemId
        end local 3 // java.lang.String targetNamespace
        end local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription sd
        11: .line 345
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription
      StackMap stack:
            aload 1 /* desc */
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 1 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarDescription desc
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   12     0              this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;
            0   12     1              desc  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription;
            2   11     2                sd  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLSchemaDescription;
            3   11     3   targetNamespace  Ljava/lang/String;
            4   11     4  expandedSystemId  Ljava/lang/String;
            7   11     5              hash  I
    MethodParameters:
      Name  Flags
      desc  

  private com.sun.org.apache.xerces.internal.xni.grammars.Grammar removeEntry(com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry);
    descriptor: (Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;)Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
        start local 1 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry entry
         0: .line 355
            aload 1 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.prev:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            ifnull 3
         1: .line 356
            aload 1 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.prev:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            aload 1 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.next:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.next:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
         2: .line 357
            goto 4
         3: .line 359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammars:[Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            aload 1 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.bucket:I
            aload 1 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.next:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            aastore
         4: .line 361
      StackMap locals:
      StackMap stack:
            aload 1 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.next:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            ifnull 6
         5: .line 362
            aload 1 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.next:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            aload 1 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.prev:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.prev:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
         6: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammarCount:I
            iconst_1
            isub
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fGrammarCount:I
         7: .line 365
            aload 1 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.grammar:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$SoftGrammarReference;
            aconst_null
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$SoftGrammarReference.entry:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
         8: .line 366
            aload 1 /* entry */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry.grammar:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$SoftGrammarReference;
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$SoftGrammarReference.get:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.xni.grammars.Grammar
            areturn
        end local 1 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry entry
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;
            0    9     1  entry  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
    MethodParameters:
       Name  Flags
      entry  

  private void clean();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
         0: .line 373
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fReferenceQueue:Ljava/lang/ref/ReferenceQueue;
            invokevirtual java.lang.ref.ReferenceQueue.poll:()Ljava/lang/ref/Reference;
            astore 1 /* ref */
        start local 1 // java.lang.ref.Reference ref
         1: .line 374
            goto 6
         2: .line 375
      StackMap locals: java.lang.ref.Reference
      StackMap stack:
            aload 1 /* ref */
            checkcast com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$SoftGrammarReference
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$SoftGrammarReference.entry:Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
            astore 2 /* entry */
        start local 2 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry entry
         3: .line 376
            aload 2 /* entry */
            ifnull 5
         4: .line 377
            aload 0 /* this */
            aload 2 /* entry */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.removeEntry:(Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;)Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
            pop
         5: .line 379
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool.fReferenceQueue:Ljava/lang/ref/ReferenceQueue;
            invokevirtual java.lang.ref.ReferenceQueue.poll:()Ljava/lang/ref/Reference;
            astore 1 /* ref */
        end local 2 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry entry
         6: .line 374
      StackMap locals:
      StackMap stack:
            aload 1 /* ref */
            ifnonnull 2
         7: .line 381
            return
        end local 1 // java.lang.ref.Reference ref
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool;
            1    8     1    ref  Ljava/lang/ref/Reference<+Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;>;
            3    6     2  entry  Lcom/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool$Entry;
}
SourceFile: "SoftReferenceGrammarPool.java"
NestMembers:
  com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry  com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$SoftGrammarReference
InnerClasses:
  final Entry = com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$Entry of com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool
  final SoftGrammarReference = com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool$SoftGrammarReference of com.sun.org.apache.xerces.internal.jaxp.validation.SoftReferenceGrammarPool