final class mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask
super_class: java.lang.Object
{
final int weightDifference;
descriptor: I
flags: (0x0010) ACC_FINAL
final mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node<K, V> node;
descriptor: Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;
flags: (0x0010) ACC_FINAL
Signature: Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node<TK;TV;>;
final mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap this$0;
descriptor: Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node<K, V>, );
descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask this
start local 2 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node node
start local 3 // int weightDifference
0: .line 571
aload 0 /* this */
aload 1
putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 572
aload 0 /* this */
iload 3 /* weightDifference */
putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask.weightDifference:I
2: .line 573
aload 0 /* this */
aload 2 /* node */
putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask.node:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;
3: .line 574
return
end local 3 // int weightDifference
end local 2 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node node
end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$UpdateTask;
0 4 2 node Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node<TK;TV;>;
0 4 3 weightDifference I
Signature: (Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node<TK;TV;>;I)V
MethodParameters:
Name Flags
this$0 final
node
weightDifference
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask this
0: .line 578
aload 0 /* this */
getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.weightedSize:Ljava/util/concurrent/atomic/AtomicLong;
aload 0 /* this */
getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.weightedSize:Ljava/util/concurrent/atomic/AtomicLong;
invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
aload 0 /* this */
getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask.weightDifference:I
i2l
ladd
invokevirtual java.util.concurrent.atomic.AtomicLong.lazySet:(J)V
1: .line 579
aload 0 /* this */
getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
aload 0 /* this */
getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask.node:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;
invokevirtual mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.applyRead:(Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Node;)V
2: .line 580
aload 0 /* this */
getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask.this$0:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
invokevirtual mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.evict:()V
3: .line 581
return
end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$UpdateTask;
}
SourceFile: "ConcurrentLinkedHashMap.java"
NestHost: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
InnerClasses:
final Node = mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Node of mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
final UpdateTask = mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$UpdateTask of mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap