class sun.security.krb5.internal.rcache.DflCache$Storage implements java.io.Closeable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.security.krb5.internal.rcache.DflCache$Storage
super_class: java.lang.Object
{
java.nio.channels.SeekableByteChannel chan;
descriptor: Ljava/nio/channels/SeekableByteChannel;
flags: (0x0000)
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/krb5/internal/rcache/DflCache$Storage;
private static void create(java.nio.file.Path);
descriptor: (Ljava/nio/file/Path;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: aconst_null
astore 1
aconst_null
astore 2
1: aload 0
invokestatic sun.security.krb5.internal.rcache.DflCache$Storage.createNoClose:(Ljava/nio/file/Path;)Ljava/nio/channels/SeekableByteChannel;
astore 3
start local 3 2: aload 3
ifnull 8
aload 3
invokeinterface java.nio.channels.SeekableByteChannel.close:()V
goto 8
StackMap locals: java.nio.file.Path java.lang.Throwable java.lang.Throwable java.nio.channels.SeekableByteChannel
StackMap stack: java.lang.Throwable
3: astore 1
aload 3
ifnull 4
aload 3
invokeinterface java.nio.channels.SeekableByteChannel.close:()V
end local 3 StackMap locals:
StackMap stack:
4: aload 1
athrow
StackMap locals:
StackMap stack: java.lang.Throwable
5: astore 2
aload 1
ifnonnull 6
aload 2
astore 1
goto 7
StackMap locals:
StackMap stack:
6: aload 1
aload 2
if_acmpeq 7
aload 1
aload 2
invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
StackMap locals:
StackMap stack:
7: aload 1
athrow
8: StackMap locals:
StackMap stack:
aload 0
invokestatic sun.security.krb5.internal.rcache.DflCache$Storage.makeMine:(Ljava/nio/file/Path;)V
9: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 p Ljava/nio/file/Path;
2 4 3 newChan Ljava/nio/channels/SeekableByteChannel;
Exception table:
from to target type
1 5 5 any
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
p
private static void makeMine(java.nio.file.Path);
descriptor: (Ljava/nio/file/Path;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
astore 1
start local 1 1: aload 1
getstatic java.nio.file.attribute.PosixFilePermission.OWNER_READ:Ljava/nio/file/attribute/PosixFilePermission;
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
2: aload 1
getstatic java.nio.file.attribute.PosixFilePermission.OWNER_WRITE:Ljava/nio/file/attribute/PosixFilePermission;
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
3: aload 0
aload 1
invokestatic java.nio.file.Files.setPosixFilePermissions:(Ljava/nio/file/Path;Ljava/util/Set;)Ljava/nio/file/Path;
pop
end local 1 4: goto 6
StackMap locals:
StackMap stack: java.lang.UnsupportedOperationException
5: pop
6: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 p Ljava/nio/file/Path;
1 4 1 attrs Ljava/util/Set<Ljava/nio/file/attribute/PosixFilePermission;>;
Exception table:
from to target type
0 4 5 Class java.lang.UnsupportedOperationException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
p
private static java.nio.channels.SeekableByteChannel createNoClose(java.nio.file.Path);
descriptor: (Ljava/nio/file/Path;)Ljava/nio/channels/SeekableByteChannel;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=5, locals=3, args_size=1
start local 0 0: aload 0
iconst_3
anewarray java.nio.file.OpenOption
dup
iconst_0
getstatic java.nio.file.StandardOpenOption.CREATE:Ljava/nio/file/StandardOpenOption;
aastore
dup
iconst_1
1: getstatic java.nio.file.StandardOpenOption.TRUNCATE_EXISTING:Ljava/nio/file/StandardOpenOption;
aastore
dup
iconst_2
2: getstatic java.nio.file.StandardOpenOption.WRITE:Ljava/nio/file/StandardOpenOption;
aastore
3: invokestatic java.nio.file.Files.newByteChannel:(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/SeekableByteChannel;
astore 1
start local 1 4: bipush 6
invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
astore 2
start local 2 5: aload 2
sipush 1281
invokevirtual java.nio.ByteBuffer.putShort:(S)Ljava/nio/ByteBuffer;
pop
6: aload 2
invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
pop
7: aload 2
invokestatic sun.security.krb5.internal.KerberosTime.getDefaultSkew:()I
invokevirtual java.nio.ByteBuffer.putInt:(I)Ljava/nio/ByteBuffer;
pop
8: aload 2
invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
pop
9: aload 1
aload 2
invokeinterface java.nio.channels.SeekableByteChannel.write:(Ljava/nio/ByteBuffer;)I
pop
10: aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 p Ljava/nio/file/Path;
4 11 1 newChan Ljava/nio/channels/SeekableByteChannel;
5 11 2 buffer Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
p
private static void expunge(java.nio.file.Path, sun.security.krb5.internal.KerberosTime);
descriptor: (Ljava/nio/file/Path;Lsun/security/krb5/internal/KerberosTime;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=6, locals=11, args_size=2
start local 0 start local 1 0: aload 0
invokeinterface java.nio.file.Path.getParent:()Ljava/nio/file/Path;
ldc "rcache"
aconst_null
iconst_0
anewarray java.nio.file.attribute.FileAttribute
invokestatic java.nio.file.Files.createTempFile:(Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/String;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;
astore 2
start local 2 1: aconst_null
astore 3
aconst_null
astore 4
2: aload 0
iconst_0
anewarray java.nio.file.OpenOption
invokestatic java.nio.file.Files.newByteChannel:(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/SeekableByteChannel;
astore 5
start local 5 3: aload 2
invokestatic sun.security.krb5.internal.rcache.DflCache$Storage.createNoClose:(Ljava/nio/file/Path;)Ljava/nio/channels/SeekableByteChannel;
astore 6
start local 6 4: aload 1
invokevirtual sun.security.krb5.internal.KerberosTime.getSeconds:()I
aload 5
invokestatic sun.security.krb5.internal.rcache.DflCache$Storage.readHeader:(Ljava/nio/channels/SeekableByteChannel;)I
isub
i2l
lstore 7
start local 7 5: StackMap locals: java.nio.file.Path sun.security.krb5.internal.KerberosTime java.nio.file.Path java.lang.Throwable java.lang.Throwable java.nio.channels.SeekableByteChannel java.nio.channels.SeekableByteChannel long
StackMap stack:
aload 5
invokestatic sun.security.krb5.internal.rcache.AuthTime.readFrom:(Ljava/nio/channels/SeekableByteChannel;)Lsun/security/krb5/internal/rcache/AuthTime;
astore 9
start local 9 6: aload 9
getfield sun.security.krb5.internal.rcache.AuthTime.ctime:I
i2l
lload 7
lcmp
ifle 5
7: aload 9
iconst_1
invokevirtual sun.security.krb5.internal.rcache.AuthTime.encode:(Z)[B
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
astore 10
start local 10 8: aload 6
aload 10
invokeinterface java.nio.channels.SeekableByteChannel.write:(Ljava/nio/ByteBuffer;)I
pop
end local 10 end local 9 9: goto 5
StackMap locals:
StackMap stack: java.nio.BufferUnderflowException
10: pop
end local 7 11: aload 6
ifnull 14
aload 6
invokeinterface java.nio.channels.SeekableByteChannel.close:()V
goto 14
StackMap locals: java.nio.file.Path sun.security.krb5.internal.KerberosTime java.nio.file.Path java.lang.Throwable java.lang.Throwable java.nio.channels.SeekableByteChannel java.nio.channels.SeekableByteChannel
StackMap stack: java.lang.Throwable
12: astore 3
aload 6
ifnull 13
aload 6
invokeinterface java.nio.channels.SeekableByteChannel.close:()V
end local 6 StackMap locals:
StackMap stack:
13: aload 3
athrow
StackMap locals:
StackMap stack:
14: aload 5
ifnull 22
aload 5
invokeinterface java.nio.channels.SeekableByteChannel.close:()V
goto 22
StackMap locals:
StackMap stack: java.lang.Throwable
15: astore 4
aload 3
ifnonnull 16
aload 4
astore 3
goto 17
StackMap locals:
StackMap stack:
16: aload 3
aload 4
if_acmpeq 17
aload 3
aload 4
invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
StackMap locals:
StackMap stack:
17: aload 5
ifnull 18
aload 5
invokeinterface java.nio.channels.SeekableByteChannel.close:()V
end local 5 StackMap locals:
StackMap stack:
18: aload 3
athrow
StackMap locals:
StackMap stack: java.lang.Throwable
19: astore 4
aload 3
ifnonnull 20
aload 4
astore 3
goto 21
StackMap locals:
StackMap stack:
20: aload 3
aload 4
if_acmpeq 21
aload 3
aload 4
invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
StackMap locals:
StackMap stack:
21: aload 3
athrow
22: StackMap locals:
StackMap stack:
aload 2
invokestatic sun.security.krb5.internal.rcache.DflCache$Storage.makeMine:(Ljava/nio/file/Path;)V
23: aload 2
aload 0
iconst_2
anewarray java.nio.file.CopyOption
dup
iconst_0
24: getstatic java.nio.file.StandardCopyOption.REPLACE_EXISTING:Ljava/nio/file/StandardCopyOption;
aastore
dup
iconst_1
25: getstatic java.nio.file.StandardCopyOption.ATOMIC_MOVE:Ljava/nio/file/StandardCopyOption;
aastore
26: invokestatic java.nio.file.Files.move:(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)Ljava/nio/file/Path;
pop
27: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 p Ljava/nio/file/Path;
0 28 1 currTime Lsun/security/krb5/internal/KerberosTime;
1 28 2 p2 Ljava/nio/file/Path;
3 18 5 oldChan Ljava/nio/channels/SeekableByteChannel;
4 13 6 newChan Ljava/nio/channels/SeekableByteChannel;
5 11 7 timeLimit J
6 9 9 at Lsun/security/krb5/internal/rcache/AuthTime;
8 9 10 bb Ljava/nio/ByteBuffer;
Exception table:
from to target type
5 9 10 Class java.nio.BufferUnderflowException
4 11 12 any
3 14 15 any
2 19 19 any
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
p
currTime
private int loadAndCheck(java.nio.file.Path, sun.security.krb5.internal.rcache.AuthTimeWithHash, sun.security.krb5.internal.KerberosTime);
descriptor: (Ljava/nio/file/Path;Lsun/security/krb5/internal/rcache/AuthTimeWithHash;Lsun/security/krb5/internal/KerberosTime;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=11, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iconst_0
istore 4
start local 4 1: aload 1
invokestatic java.nio.file.Files.isSymbolicLink:(Ljava/nio/file/Path;)Z
ifeq 3
2: new java.io.IOException
dup
ldc "Symlink not accepted"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: int
StackMap stack:
aload 1
iconst_0
anewarray java.nio.file.LinkOption
invokestatic java.nio.file.Files.getPosixFilePermissions:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Ljava/util/Set;
4: astore 5
start local 5 5: getstatic sun.security.krb5.internal.rcache.DflCache.uid:J
ldc -1
lcmp
ifeq 8
6: aload 1
ldc "unix:uid"
iconst_0
anewarray java.nio.file.LinkOption
invokestatic java.nio.file.Files.getAttribute:(Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/LinkOption;)Ljava/lang/Object;
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
i2l
getstatic sun.security.krb5.internal.rcache.DflCache.uid:J
lcmp
ifeq 8
7: new java.io.IOException
dup
ldc "Not mine"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals: java.util.Set
StackMap stack:
aload 5
getstatic java.nio.file.attribute.PosixFilePermission.GROUP_READ:Ljava/nio/file/attribute/PosixFilePermission;
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifne 14
9: aload 5
getstatic java.nio.file.attribute.PosixFilePermission.GROUP_WRITE:Ljava/nio/file/attribute/PosixFilePermission;
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifne 14
10: aload 5
getstatic java.nio.file.attribute.PosixFilePermission.GROUP_EXECUTE:Ljava/nio/file/attribute/PosixFilePermission;
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifne 14
11: aload 5
getstatic java.nio.file.attribute.PosixFilePermission.OTHERS_READ:Ljava/nio/file/attribute/PosixFilePermission;
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifne 14
12: aload 5
getstatic java.nio.file.attribute.PosixFilePermission.OTHERS_WRITE:Ljava/nio/file/attribute/PosixFilePermission;
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifne 14
13: aload 5
getstatic java.nio.file.attribute.PosixFilePermission.OTHERS_EXECUTE:Ljava/nio/file/attribute/PosixFilePermission;
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifeq 16
14: StackMap locals:
StackMap stack:
new java.io.IOException
dup
ldc "Accessible by someone else"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
end local 5 15: StackMap locals: sun.security.krb5.internal.rcache.DflCache$Storage java.nio.file.Path sun.security.krb5.internal.rcache.AuthTimeWithHash sun.security.krb5.internal.KerberosTime int
StackMap stack: java.lang.UnsupportedOperationException
pop
16: StackMap locals:
StackMap stack:
aload 0
aload 1
iconst_2
anewarray java.nio.file.OpenOption
dup
iconst_0
getstatic java.nio.file.StandardOpenOption.WRITE:Ljava/nio/file/StandardOpenOption;
aastore
dup
iconst_1
17: getstatic java.nio.file.StandardOpenOption.READ:Ljava/nio/file/StandardOpenOption;
aastore
18: invokestatic java.nio.file.Files.newByteChannel:(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/SeekableByteChannel;
putfield sun.security.krb5.internal.rcache.DflCache$Storage.chan:Ljava/nio/channels/SeekableByteChannel;
19: aload 3
invokevirtual sun.security.krb5.internal.KerberosTime.getSeconds:()I
aload 0
getfield sun.security.krb5.internal.rcache.DflCache$Storage.chan:Ljava/nio/channels/SeekableByteChannel;
invokestatic sun.security.krb5.internal.rcache.DflCache$Storage.readHeader:(Ljava/nio/channels/SeekableByteChannel;)I
isub
i2l
lstore 5
start local 5 20: lconst_0
lstore 7
start local 7 21: iconst_0
istore 9
start local 9 22: StackMap locals: long long int
StackMap stack:
aload 0
getfield sun.security.krb5.internal.rcache.DflCache$Storage.chan:Ljava/nio/channels/SeekableByteChannel;
invokeinterface java.nio.channels.SeekableByteChannel.position:()J
lstore 7
23: aload 0
getfield sun.security.krb5.internal.rcache.DflCache$Storage.chan:Ljava/nio/channels/SeekableByteChannel;
invokestatic sun.security.krb5.internal.rcache.AuthTime.readFrom:(Ljava/nio/channels/SeekableByteChannel;)Lsun/security/krb5/internal/rcache/AuthTime;
astore 10
start local 10 24: aload 10
instanceof sun.security.krb5.internal.rcache.AuthTimeWithHash
ifeq 30
25: aload 2
aload 10
invokevirtual sun.security.krb5.internal.rcache.AuthTimeWithHash.equals:(Ljava/lang/Object;)Z
ifeq 27
26: new sun.security.krb5.internal.KrbApErrException
dup
bipush 34
invokespecial sun.security.krb5.internal.KrbApErrException.<init>:(I)V
athrow
27: StackMap locals: sun.security.krb5.internal.rcache.AuthTime
StackMap stack:
aload 2
aload 10
checkcast sun.security.krb5.internal.rcache.AuthTimeWithHash
invokevirtual sun.security.krb5.internal.rcache.AuthTimeWithHash.sameTimeDiffHash:(Lsun/security/krb5/internal/rcache/AuthTimeWithHash;)Z
ifeq 33
28: iconst_1
istore 9
29: goto 33
30: StackMap locals:
StackMap stack:
aload 2
aload 10
invokevirtual sun.security.krb5.internal.rcache.AuthTimeWithHash.isSameIgnoresHash:(Lsun/security/krb5/internal/rcache/AuthTime;)Z
ifeq 33
31: iload 9
ifne 33
32: new sun.security.krb5.internal.KrbApErrException
dup
bipush 34
invokespecial sun.security.krb5.internal.KrbApErrException.<init>:(I)V
athrow
33: StackMap locals:
StackMap stack:
aload 10
getfield sun.security.krb5.internal.rcache.AuthTime.ctime:I
i2l
lload 5
lcmp
ifge 36
34: iinc 4 1
35: goto 22
36: StackMap locals:
StackMap stack:
iinc 4 -1
end local 10 37: goto 22
StackMap locals: sun.security.krb5.internal.rcache.DflCache$Storage java.nio.file.Path sun.security.krb5.internal.rcache.AuthTimeWithHash sun.security.krb5.internal.KerberosTime int long long int
StackMap stack: java.nio.BufferUnderflowException
38: pop
39: aload 0
getfield sun.security.krb5.internal.rcache.DflCache$Storage.chan:Ljava/nio/channels/SeekableByteChannel;
lload 7
invokeinterface java.nio.channels.SeekableByteChannel.position:(J)Ljava/nio/channels/SeekableByteChannel;
pop
40: iload 4
ireturn
end local 9 end local 7 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 41 0 this Lsun/security/krb5/internal/rcache/DflCache$Storage;
0 41 1 p Ljava/nio/file/Path;
0 41 2 time Lsun/security/krb5/internal/rcache/AuthTimeWithHash;
0 41 3 currTime Lsun/security/krb5/internal/KerberosTime;
1 41 4 missed I
5 15 5 perms Ljava/util/Set<Ljava/nio/file/attribute/PosixFilePermission;>;
20 41 5 timeLimit J
21 41 7 pos J
22 41 9 seeNewButNotSame Z
24 37 10 a Lsun/security/krb5/internal/rcache/AuthTime;
Exception table:
from to target type
3 15 15 Class java.lang.UnsupportedOperationException
22 37 38 Class java.nio.BufferUnderflowException
Exceptions:
throws java.io.IOException, sun.security.krb5.internal.KrbApErrException
MethodParameters:
Name Flags
p
time
currTime
private static int (java.nio.channels.SeekableByteChannel);
descriptor: (Ljava/nio/channels/SeekableByteChannel;)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: bipush 6
invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
astore 1
start local 1 1: aload 0
aload 1
invokeinterface java.nio.channels.SeekableByteChannel.read:(Ljava/nio/ByteBuffer;)I
pop
2: aload 1
iconst_0
invokevirtual java.nio.ByteBuffer.getShort:(I)S
sipush 1281
if_icmpeq 4
3: new java.io.IOException
dup
ldc "Not correct rcache version"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals: java.nio.ByteBuffer
StackMap stack:
aload 1
invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
pop
5: aload 1
iconst_2
invokevirtual java.nio.ByteBuffer.getInt:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 chan Ljava/nio/channels/SeekableByteChannel;
1 6 1 bb Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
chan
private void append(sun.security.krb5.internal.rcache.AuthTimeWithHash);
descriptor: (Lsun/security/krb5/internal/rcache/AuthTimeWithHash;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
iconst_1
invokevirtual sun.security.krb5.internal.rcache.AuthTimeWithHash.encode:(Z)[B
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
astore 2
start local 2 1: aload 0
getfield sun.security.krb5.internal.rcache.DflCache$Storage.chan:Ljava/nio/channels/SeekableByteChannel;
aload 2
invokeinterface java.nio.channels.SeekableByteChannel.write:(Ljava/nio/ByteBuffer;)I
pop
2: aload 1
iconst_0
invokevirtual sun.security.krb5.internal.rcache.AuthTimeWithHash.encode:(Z)[B
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
astore 2
3: aload 0
getfield sun.security.krb5.internal.rcache.DflCache$Storage.chan:Ljava/nio/channels/SeekableByteChannel;
aload 2
invokeinterface java.nio.channels.SeekableByteChannel.write:(Ljava/nio/ByteBuffer;)I
pop
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/krb5/internal/rcache/DflCache$Storage;
0 5 1 at Lsun/security/krb5/internal/rcache/AuthTimeWithHash;
1 5 2 bb Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
at
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.krb5.internal.rcache.DflCache$Storage.chan:Ljava/nio/channels/SeekableByteChannel;
ifnull 1
aload 0
getfield sun.security.krb5.internal.rcache.DflCache$Storage.chan:Ljava/nio/channels/SeekableByteChannel;
invokeinterface java.nio.channels.SeekableByteChannel.close:()V
1: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield sun.security.krb5.internal.rcache.DflCache$Storage.chan:Ljava/nio/channels/SeekableByteChannel;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/krb5/internal/rcache/DflCache$Storage;
Exceptions:
throws java.io.IOException
}
SourceFile: "DflCache.java"
NestHost: sun.security.krb5.internal.rcache.DflCache
InnerClasses:
private Storage = sun.security.krb5.internal.rcache.DflCache$Storage of sun.security.krb5.internal.rcache.DflCache