public class sun.nio.ch.FileKey
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.nio.ch.FileKey
super_class: java.lang.Object
{
private long st_dev;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private long st_ino;
descriptor: J
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=0, locals=0, args_size=0
0: invokestatic sun.nio.ch.FileKey.initIDs:()V
1: return
LocalVariableTable:
Start End Slot Name Signature
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/nio/ch/FileKey;
public static sun.nio.ch.FileKey create(java.io.FileDescriptor);
descriptor: (Ljava/io/FileDescriptor;)Lsun/nio/ch/FileKey;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: new sun.nio.ch.FileKey
dup
invokespecial sun.nio.ch.FileKey.<init>:()V
astore 1
start local 1 1: aload 1
aload 0
invokevirtual sun.nio.ch.FileKey.init:(Ljava/io/FileDescriptor;)V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 fd Ljava/io/FileDescriptor;
1 3 1 fk Lsun/nio/ch/FileKey;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fd
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.nio.ch.FileKey.st_dev:J
aload 0
getfield sun.nio.ch.FileKey.st_dev:J
bipush 32
lushr
lxor
l2i
1: aload 0
getfield sun.nio.ch.FileKey.st_ino:J
aload 0
getfield sun.nio.ch.FileKey.st_ino:J
bipush 32
lushr
lxor
l2i
2: iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/nio/ch/FileKey;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aload 0
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof sun.nio.ch.FileKey
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast sun.nio.ch.FileKey
astore 2
start local 2 5: aload 0
getfield sun.nio.ch.FileKey.st_dev:J
aload 2
getfield sun.nio.ch.FileKey.st_dev:J
lcmp
ifne 7
6: aload 0
getfield sun.nio.ch.FileKey.st_ino:J
aload 2
getfield sun.nio.ch.FileKey.st_ino:J
lcmp
ifeq 8
7: StackMap locals: sun.nio.ch.FileKey
StackMap stack:
iconst_0
ireturn
8: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/nio/ch/FileKey;
0 9 1 obj Ljava/lang/Object;
5 9 2 other Lsun/nio/ch/FileKey;
MethodParameters:
Name Flags
obj
private native void init(java.io.FileDescriptor);
descriptor: (Ljava/io/FileDescriptor;)V
flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fd
private static native void initIDs();
descriptor: ()V
flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
}
SourceFile: "FileKey.java"