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: .line 69
            invokestatic sun.nio.ch.FileKey.initIDs:()V
         1: .line 70
            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 // sun.nio.ch.FileKey this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.ch.FileKey this
      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 // java.io.FileDescriptor fd
         0: .line 42
            new sun.nio.ch.FileKey
            dup
            invokespecial sun.nio.ch.FileKey.<init>:()V
            astore 1 /* fk */
        start local 1 // sun.nio.ch.FileKey fk
         1: .line 43
            aload 1 /* fk */
            aload 0 /* fd */
            invokevirtual sun.nio.ch.FileKey.init:(Ljava/io/FileDescriptor;)V
         2: .line 44
            aload 1 /* fk */
            areturn
        end local 1 // sun.nio.ch.FileKey fk
        end local 0 // java.io.FileDescriptor fd
      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 // sun.nio.ch.FileKey this
         0: .line 48
            aload 0 /* this */
            getfield sun.nio.ch.FileKey.st_dev:J
            aload 0 /* this */
            getfield sun.nio.ch.FileKey.st_dev:J
            bipush 32
            lushr
            lxor
            l2i
         1: .line 49
            aload 0 /* this */
            getfield sun.nio.ch.FileKey.st_ino:J
            aload 0 /* this */
            getfield sun.nio.ch.FileKey.st_ino:J
            bipush 32
            lushr
            lxor
            l2i
         2: .line 48
            iadd
            ireturn
        end local 0 // sun.nio.ch.FileKey this
      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 // sun.nio.ch.FileKey this
        start local 1 // java.lang.Object obj
         0: .line 53
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 54
            iconst_1
            ireturn
         2: .line 55
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof sun.nio.ch.FileKey
            ifne 4
         3: .line 56
            iconst_0
            ireturn
         4: .line 57
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast sun.nio.ch.FileKey
            astore 2 /* other */
        start local 2 // sun.nio.ch.FileKey other
         5: .line 58
            aload 0 /* this */
            getfield sun.nio.ch.FileKey.st_dev:J
            aload 2 /* other */
            getfield sun.nio.ch.FileKey.st_dev:J
            lcmp
            ifne 7
         6: .line 59
            aload 0 /* this */
            getfield sun.nio.ch.FileKey.st_ino:J
            aload 2 /* other */
            getfield sun.nio.ch.FileKey.st_ino:J
            lcmp
            ifeq 8
         7: .line 60
      StackMap locals: sun.nio.ch.FileKey
      StackMap stack:
            iconst_0
            ireturn
         8: .line 62
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // sun.nio.ch.FileKey other
        end local 1 // java.lang.Object obj
        end local 0 // sun.nio.ch.FileKey this
      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"