final class com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator<K, V> extends com.oracle.svm.core.WeakIdentityHashMap$WeakIdentityHashMapSpliterator<K, V> implements java.util.Spliterator<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator
  super_class: com.oracle.svm.core.WeakIdentityHashMap$WeakIdentityHashMapSpliterator
{
  void <init>(com.oracle.svm.core.WeakIdentityHashMap<K, V>, int, int, int, );
    descriptor: (Lcom/oracle/svm/core/WeakIdentityHashMap;IIII)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator this
        start local 1 // com.oracle.svm.core.WeakIdentityHashMap m
        start local 2 // int origin
        start local 3 // int fence
        start local 4 // int est
        start local 5 // int expectedModCount
         0: .line 1226
            aload 0 /* this */
            aload 1 /* m */
            iload 2 /* origin */
            iload 3 /* fence */
            iload 4 /* est */
            iload 5 /* expectedModCount */
            invokespecial com.oracle.svm.core.WeakIdentityHashMap$WeakIdentityHashMapSpliterator.<init>:(Lcom/oracle/svm/core/WeakIdentityHashMap;IIII)V
         1: .line 1227
            return
        end local 5 // int expectedModCount
        end local 4 // int est
        end local 3 // int fence
        end local 2 // int origin
        end local 1 // com.oracle.svm.core.WeakIdentityHashMap m
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/oracle/svm/core/WeakIdentityHashMap$ValueSpliterator<TK;TV;>;
            0    2     1                 m  Lcom/oracle/svm/core/WeakIdentityHashMap<TK;TV;>;
            0    2     2            origin  I
            0    2     3             fence  I
            0    2     4               est  I
            0    2     5  expectedModCount  I
    Signature: (Lcom/oracle/svm/core/WeakIdentityHashMap<TK;TV;>;IIII)V
    MethodParameters:
                  Name  Flags
      m                 
      origin            
      fence             
      est               
      expectedModCount  

  public com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator<K, V> trySplit();
    descriptor: ()Lcom/oracle/svm/core/WeakIdentityHashMap$ValueSpliterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator this
         0: .line 1230
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.getFence:()I
            istore 1 /* hi */
        start local 1 // int hi
         1: aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.index:I
            istore 2 /* lo */
        start local 2 // int lo
         2: iload 2 /* lo */
            iload 1 /* hi */
            iadd
            iconst_1
            iushr
            istore 3 /* mid */
        start local 3 // int mid
         3: .line 1231
            iload 2 /* lo */
            iload 3 /* mid */
            if_icmplt 4
            aconst_null
            goto 7
         4: .line 1232
      StackMap locals: int int int
      StackMap stack:
            new com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator
            dup
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.map:Lcom/oracle/svm/core/WeakIdentityHashMap;
            iload 2 /* lo */
            aload 0 /* this */
            iload 3 /* mid */
            dup_x1
            putfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.index:I
            aload 0 /* this */
            dup
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.est:I
            iconst_1
            iushr
            dup_x1
            putfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.est:I
         5: .line 1233
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.expectedModCount:I
         6: .line 1232
            invokespecial com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.<init>:(Lcom/oracle/svm/core/WeakIdentityHashMap;IIII)V
         7: .line 1231
      StackMap locals:
      StackMap stack: com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator
            areturn
        end local 3 // int mid
        end local 2 // int lo
        end local 1 // int hi
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/oracle/svm/core/WeakIdentityHashMap$ValueSpliterator<TK;TV;>;
            1    8     1    hi  I
            2    8     2    lo  I
            3    8     3   mid  I
    Signature: ()Lcom/oracle/svm/core/WeakIdentityHashMap$ValueSpliterator<TK;TV;>;

  public void forEachRemaining(java.util.function.Consumer<? super V>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=2
        start local 0 // com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator this
        start local 1 // java.util.function.Consumer action
         0: .line 1238
            aload 1 /* action */
            ifnonnull 2
         1: .line 1239
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 1240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.map:Lcom/oracle/svm/core/WeakIdentityHashMap;
            astore 5 /* m */
        start local 5 // com.oracle.svm.core.WeakIdentityHashMap m
         3: .line 1241
            aload 5 /* m */
            getfield com.oracle.svm.core.WeakIdentityHashMap.table:[Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            astore 6 /* tab */
        start local 6 // com.oracle.svm.core.WeakIdentityHashMap$Entry[] tab
         4: .line 1242
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.fence:I
            dup
            istore 3 /* hi */
        start local 3 // int hi
         5: ifge 9
         6: .line 1243
            aload 0 /* this */
            aload 5 /* m */
            getfield com.oracle.svm.core.WeakIdentityHashMap.modCount:I
            dup_x1
            putfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.expectedModCount:I
            istore 4 /* mc */
        start local 4 // int mc
         7: .line 1244
            aload 0 /* this */
            aload 6 /* tab */
            arraylength
            dup_x1
            putfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.fence:I
            istore 3 /* hi */
         8: .line 1245
            goto 10
        end local 4 // int mc
         9: .line 1247
      StackMap locals: com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator java.util.function.Consumer top int top com.oracle.svm.core.WeakIdentityHashMap com.oracle.svm.core.WeakIdentityHashMap$Entry[]
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.expectedModCount:I
            istore 4 /* mc */
        start local 4 // int mc
        10: .line 1248
      StackMap locals: com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator java.util.function.Consumer top int int com.oracle.svm.core.WeakIdentityHashMap com.oracle.svm.core.WeakIdentityHashMap$Entry[]
      StackMap stack:
            aload 6 /* tab */
            arraylength
            iload 3 /* hi */
            if_icmplt 24
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.index:I
            dup
            istore 2 /* i */
        start local 2 // int i
        11: iflt 24
        12: .line 1249
            iload 2 /* i */
            aload 0 /* this */
            iload 3 /* hi */
            dup_x1
            putfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.index:I
            if_icmplt 13
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.current:Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            ifnull 24
        13: .line 1250
      StackMap locals: com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator java.util.function.Consumer int int int com.oracle.svm.core.WeakIdentityHashMap com.oracle.svm.core.WeakIdentityHashMap$Entry[]
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.current:Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            astore 7 /* p */
        start local 7 // com.oracle.svm.core.WeakIdentityHashMap$Entry p
        14: .line 1251
            aload 0 /* this */
            aconst_null
            putfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.current:Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
        15: .line 1253
      StackMap locals: com.oracle.svm.core.WeakIdentityHashMap$Entry
      StackMap stack:
            aload 7 /* p */
            ifnonnull 17
        16: .line 1254
            aload 6 /* tab */
            iload 2 /* i */
            iinc 2 /* i */ 1
            aaload
            astore 7 /* p */
            goto 22
        17: .line 1256
      StackMap locals:
      StackMap stack:
            aload 7 /* p */
            invokevirtual com.oracle.svm.core.WeakIdentityHashMap$Entry.get:()Ljava/lang/Object;
            astore 8 /* x */
        start local 8 // java.lang.Object x
        18: .line 1257
            aload 7 /* p */
            getfield com.oracle.svm.core.WeakIdentityHashMap$Entry.value:Ljava/lang/Object;
            astore 9 /* v */
        start local 9 // java.lang.Object v
        19: .line 1258
            aload 7 /* p */
            getfield com.oracle.svm.core.WeakIdentityHashMap$Entry.next:Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            astore 7 /* p */
        20: .line 1259
            aload 8 /* x */
            ifnull 22
        21: .line 1260
            aload 1 /* action */
            aload 9 /* v */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
        end local 9 // java.lang.Object v
        end local 8 // java.lang.Object x
        22: .line 1262
      StackMap locals:
      StackMap stack:
            aload 7 /* p */
            ifnonnull 15
            iload 2 /* i */
            iload 3 /* hi */
        23: .line 1252
            if_icmplt 15
        end local 7 // com.oracle.svm.core.WeakIdentityHashMap$Entry p
        end local 2 // int i
        24: .line 1264
      StackMap locals: com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator java.util.function.Consumer top int int com.oracle.svm.core.WeakIdentityHashMap com.oracle.svm.core.WeakIdentityHashMap$Entry[]
      StackMap stack:
            aload 5 /* m */
            getfield com.oracle.svm.core.WeakIdentityHashMap.modCount:I
            iload 4 /* mc */
            if_icmpeq 26
        25: .line 1265
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
        26: .line 1266
      StackMap locals:
      StackMap stack:
            return
        end local 6 // com.oracle.svm.core.WeakIdentityHashMap$Entry[] tab
        end local 5 // com.oracle.svm.core.WeakIdentityHashMap m
        end local 4 // int mc
        end local 3 // int hi
        end local 1 // java.util.function.Consumer action
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   27     0    this  Lcom/oracle/svm/core/WeakIdentityHashMap$ValueSpliterator<TK;TV;>;
            0   27     1  action  Ljava/util/function/Consumer<-TV;>;
           11   24     2       i  I
            5   27     3      hi  I
            7    9     4      mc  I
           10   27     4      mc  I
            3   27     5       m  Lcom/oracle/svm/core/WeakIdentityHashMap<TK;TV;>;
            4   27     6     tab  [Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
           14   24     7       p  Lcom/oracle/svm/core/WeakIdentityHashMap$Entry<TK;TV;>;
           18   22     8       x  Ljava/lang/Object;
           19   22     9       v  TV;
    Signature: (Ljava/util/function/Consumer<-TV;>;)V
    MethodParameters:
        Name  Flags
      action  

  public boolean tryAdvance(java.util.function.Consumer<? super V>);
    descriptor: (Ljava/util/function/Consumer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator this
        start local 1 // java.util.function.Consumer action
         0: .line 1270
            aload 1 /* action */
            ifnonnull 2
         1: .line 1271
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 1272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.map:Lcom/oracle/svm/core/WeakIdentityHashMap;
            getfield com.oracle.svm.core.WeakIdentityHashMap.table:[Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            astore 3 /* tab */
        start local 3 // com.oracle.svm.core.WeakIdentityHashMap$Entry[] tab
         3: .line 1273
            aload 3 /* tab */
            arraylength
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.getFence:()I
            dup
            istore 2 /* hi */
        start local 2 // int hi
         4: if_icmplt 17
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.index:I
            iflt 17
         5: .line 1274
            goto 16
         6: .line 1275
      StackMap locals: int com.oracle.svm.core.WeakIdentityHashMap$Entry[]
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.current:Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            ifnonnull 8
         7: .line 1276
            aload 0 /* this */
            aload 3 /* tab */
            aload 0 /* this */
            dup
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.index:I
            dup_x1
            iconst_1
            iadd
            putfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.index:I
            aaload
            putfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.current:Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            goto 16
         8: .line 1278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.current:Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            invokevirtual com.oracle.svm.core.WeakIdentityHashMap$Entry.get:()Ljava/lang/Object;
            astore 4 /* x */
        start local 4 // java.lang.Object x
         9: .line 1279
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.current:Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            getfield com.oracle.svm.core.WeakIdentityHashMap$Entry.value:Ljava/lang/Object;
            astore 5 /* v */
        start local 5 // java.lang.Object v
        10: .line 1280
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.current:Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            getfield com.oracle.svm.core.WeakIdentityHashMap$Entry.next:Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            putfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.current:Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
        11: .line 1281
            aload 4 /* x */
            ifnull 16
        12: .line 1282
            aload 1 /* action */
            aload 5 /* v */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
        13: .line 1283
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.map:Lcom/oracle/svm/core/WeakIdentityHashMap;
            getfield com.oracle.svm.core.WeakIdentityHashMap.modCount:I
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.expectedModCount:I
            if_icmpeq 15
        14: .line 1284
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
        15: .line 1285
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            iconst_1
            ireturn
        end local 5 // java.lang.Object v
        end local 4 // java.lang.Object x
        16: .line 1274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.current:Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            ifnonnull 6
            aload 0 /* this */
            getfield com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.index:I
            iload 2 /* hi */
            if_icmplt 6
        17: .line 1290
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // com.oracle.svm.core.WeakIdentityHashMap$Entry[] tab
        end local 2 // int hi
        end local 1 // java.util.function.Consumer action
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lcom/oracle/svm/core/WeakIdentityHashMap$ValueSpliterator<TK;TV;>;
            0   18     1  action  Ljava/util/function/Consumer<-TV;>;
            4   18     2      hi  I
            3   18     3     tab  [Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            9   16     4       x  Ljava/lang/Object;
           10   16     5       v  TV;
    Signature: (Ljava/util/function/Consumer<-TV;>;)Z
    MethodParameters:
        Name  Flags
      action  

  public int characteristics();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator this
         0: .line 1294
            iconst_0
            ireturn
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/WeakIdentityHashMap$ValueSpliterator<TK;TV;>;

  public java.util.Spliterator trySplit();
    descriptor: ()Ljava/util/Spliterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator.trySplit:()Lcom/oracle/svm/core/WeakIdentityHashMap$ValueSpliterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/oracle/svm/core/WeakIdentityHashMap$WeakIdentityHashMapSpliterator<TK;TV;>;Ljava/util/Spliterator<TV;>;
SourceFile: "WeakIdentityHashMap.java"
NestHost: com.oracle.svm.core.WeakIdentityHashMap
InnerClasses:
  private Entry = com.oracle.svm.core.WeakIdentityHashMap$Entry of com.oracle.svm.core.WeakIdentityHashMap
  final ValueSpliterator = com.oracle.svm.core.WeakIdentityHashMap$ValueSpliterator of com.oracle.svm.core.WeakIdentityHashMap
  WeakIdentityHashMapSpliterator = com.oracle.svm.core.WeakIdentityHashMap$WeakIdentityHashMapSpliterator of com.oracle.svm.core.WeakIdentityHashMap