class com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle
super_class: java.lang.Object
{
private int handle;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private final java.util.concurrent.atomic.AtomicInteger handleRefCount;
descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private boolean isDirectSql;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private volatile boolean evictedFromCache;
descriptor: Z
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
private volatile boolean explicitlyDiscarded;
descriptor: Z
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
private com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key key;
descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;
flags: (0x0002) ACC_PRIVATE
final com.microsoft.sqlserver.jdbc.SQLServerConnection this$0;
descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.microsoft.sqlserver.jdbc.SQLServerConnection, com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key, int, boolean, boolean);
descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;IZZ)V
flags: (0x0000)
Code:
stack=3, locals=6, args_size=6
start local 0 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handle:I
2: aload 0
new java.util.concurrent.atomic.AtomicInteger
dup
invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handleRefCount:Ljava/util/concurrent/atomic/AtomicInteger;
3: aload 0
aload 2
putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.key:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;
4: aload 0
iload 3
putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handle:I
5: aload 0
iload 4
putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.isDirectSql:Z
6: aload 0
iload 5
invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.setIsEvictedFromCache:(Z)V
7: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handleRefCount:Ljava/util/concurrent/atomic/AtomicInteger;
iconst_1
invokevirtual java.util.concurrent.atomic.AtomicInteger.set:(I)V
8: return
end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
0 9 2 key Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;
0 9 3 handle I
0 9 4 isDirectSql Z
0 9 5 isEvictedFromCache Z
MethodParameters:
Name Flags
this$0 final
key
handle
isDirectSql
isEvictedFromCache
private boolean isEvictedFromCache();
descriptor: ()Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.evictedFromCache:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
private void setIsEvictedFromCache(boolean);
descriptor: (Z)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.evictedFromCache:Z
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
0 2 1 isEvictedFromCache Z
MethodParameters:
Name Flags
isEvictedFromCache
void setIsExplicitlyDiscarded();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.explicitlyDiscarded:Z
1: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
aload 0
invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.evictCachedPreparedStatementHandle:(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
private boolean isExplicitlyDiscarded();
descriptor: ()Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.explicitlyDiscarded:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
int getHandle();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handle:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key getKey();
descriptor: ()Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.key:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
boolean isDirectSql();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.isDirectSql:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
private boolean tryDiscardHandle();
descriptor: ()Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handleRefCount:Ljava/util/concurrent/atomic/AtomicInteger;
iconst_0
sipush -999
invokevirtual java.util.concurrent.atomic.AtomicInteger.compareAndSet:(II)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
private boolean isDiscarded();
descriptor: ()Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handleRefCount:Ljava/util/concurrent/atomic/AtomicInteger;
invokevirtual java.util.concurrent.atomic.AtomicInteger.intValue:()I
ifge 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
boolean tryAddReference();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.isDiscarded:()Z
ifne 1
aload 0
invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.isExplicitlyDiscarded:()Z
ifeq 2
StackMap locals:
StackMap stack:
1: iconst_0
goto 4
StackMap locals:
StackMap stack:
2: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handleRefCount:Ljava/util/concurrent/atomic/AtomicInteger;
invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
ifle 3
iconst_1
goto 4
StackMap locals:
StackMap stack:
3: iconst_0
StackMap locals:
StackMap stack: int
4: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
void removeReference();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handleRefCount:Ljava/util/concurrent/atomic/AtomicInteger;
invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
}
SourceFile: "SQLServerConnection.java"
NestHost: com.microsoft.sqlserver.jdbc.SQLServerConnection
InnerClasses:
CityHash128Key = com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key of com.microsoft.sqlserver.jdbc.SQLServerConnection
PreparedStatementHandle = com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle of com.microsoft.sqlserver.jdbc.SQLServerConnection