class sun.jvm.hotspot.debugger.dummy.DummyOopHandle extends sun.jvm.hotspot.debugger.dummy.DummyAddress implements sun.jvm.hotspot.debugger.OopHandle
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.dummy.DummyOopHandle
  super_class: sun.jvm.hotspot.debugger.dummy.DummyAddress
{
  void <init>(sun.jvm.hotspot.debugger.dummy.DummyDebugger, long);
    descriptor: (Lsun/jvm/hotspot/debugger/dummy/DummyDebugger;J)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.dummy.DummyOopHandle this
        start local 1 // sun.jvm.hotspot.debugger.dummy.DummyDebugger debugger
        start local 2 // long addr
         0: .line 33
            aload 0 /* this */
            aload 1 /* debugger */
            lload 2 /* addr */
            invokespecial sun.jvm.hotspot.debugger.dummy.DummyAddress.<init>:(Lsun/jvm/hotspot/debugger/dummy/DummyDebugger;J)V
         1: .line 34
            return
        end local 2 // long addr
        end local 1 // sun.jvm.hotspot.debugger.dummy.DummyDebugger debugger
        end local 0 // sun.jvm.hotspot.debugger.dummy.DummyOopHandle this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/jvm/hotspot/debugger/dummy/DummyOopHandle;
            0    2     1  debugger  Lsun/jvm/hotspot/debugger/dummy/DummyDebugger;
            0    2     2      addr  J
    MethodParameters:
          Name  Flags
      debugger  
      addr      

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.dummy.DummyOopHandle this
        start local 1 // java.lang.Object arg
         0: .line 37
            aload 1 /* arg */
            ifnonnull 2
         1: .line 38
            iconst_0
            ireturn
         2: .line 41
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            instanceof sun.jvm.hotspot.debugger.dummy.DummyOopHandle
            ifne 4
         3: .line 42
            iconst_0
            ireturn
         4: .line 45
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.dummy.DummyOopHandle.addr:J
            aload 1 /* arg */
            checkcast sun.jvm.hotspot.debugger.dummy.DummyAddress
            getfield sun.jvm.hotspot.debugger.dummy.DummyAddress.addr:J
            lcmp
            ifne 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 1 // java.lang.Object arg
        end local 0 // sun.jvm.hotspot.debugger.dummy.DummyOopHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/debugger/dummy/DummyOopHandle;
            0    6     1   arg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      arg   

  public sun.jvm.hotspot.debugger.Address addOffsetTo(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.dummy.DummyOopHandle this
        start local 1 // long offset
         0: .line 49
            new java.lang.UnsupportedOperationException
            dup
            ldc "addOffsetTo not applicable to OopHandles (interior object pointers not allowed)"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // long offset
        end local 0 // sun.jvm.hotspot.debugger.dummy.DummyOopHandle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/jvm/hotspot/debugger/dummy/DummyOopHandle;
            0    1     1  offset  J
    Exceptions:
      throws java.lang.UnsupportedOperationException
    MethodParameters:
        Name  Flags
      offset  

  public sun.jvm.hotspot.debugger.Address andWithMask(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.dummy.DummyOopHandle this
        start local 1 // long mask
         0: .line 53
            new java.lang.UnsupportedOperationException
            dup
            ldc "andWithMask not applicable to OopHandles (i.e., anything but C addresses)"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // long mask
        end local 0 // sun.jvm.hotspot.debugger.dummy.DummyOopHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/dummy/DummyOopHandle;
            0    1     1  mask  J
    Exceptions:
      throws java.lang.UnsupportedOperationException
    MethodParameters:
      Name  Flags
      mask  

  public sun.jvm.hotspot.debugger.Address orWithMask(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.dummy.DummyOopHandle this
        start local 1 // long mask
         0: .line 57
            new java.lang.UnsupportedOperationException
            dup
            ldc "orWithMask not applicable to OopHandles (i.e., anything but C addresses)"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // long mask
        end local 0 // sun.jvm.hotspot.debugger.dummy.DummyOopHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/dummy/DummyOopHandle;
            0    1     1  mask  J
    Exceptions:
      throws java.lang.UnsupportedOperationException
    MethodParameters:
      Name  Flags
      mask  

  public sun.jvm.hotspot.debugger.Address xorWithMask(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.dummy.DummyOopHandle this
        start local 1 // long mask
         0: .line 61
            new java.lang.UnsupportedOperationException
            dup
            ldc "xorWithMask not applicable to OopHandles (i.e., anything but C addresses)"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // long mask
        end local 0 // sun.jvm.hotspot.debugger.dummy.DummyOopHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/dummy/DummyOopHandle;
            0    1     1  mask  J
    Exceptions:
      throws java.lang.UnsupportedOperationException
    MethodParameters:
      Name  Flags
      mask  
}
SourceFile: "DummyOopHandle.java"