public final class jdk.vm.ci.code.site.ExceptionHandler extends jdk.vm.ci.code.site.Site
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.vm.ci.code.site.ExceptionHandler
  super_class: jdk.vm.ci.code.site.Site
{
  public final int handlerPos;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.vm.ci.code.site.ExceptionHandler this
        start local 1 // int pcOffset
        start local 2 // int handlerPos
         0: .line 34
            aload 0 /* this */
            iload 1 /* pcOffset */
            invokespecial jdk.vm.ci.code.site.Site.<init>:(I)V
         1: .line 35
            aload 0 /* this */
            iload 2 /* handlerPos */
            putfield jdk.vm.ci.code.site.ExceptionHandler.handlerPos:I
         2: .line 36
            return
        end local 2 // int handlerPos
        end local 1 // int pcOffset
        end local 0 // jdk.vm.ci.code.site.ExceptionHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljdk/vm/ci/code/site/ExceptionHandler;
            0    3     1    pcOffset  I
            0    3     2  handlerPos  I
    MethodParameters:
            Name  Flags
      pcOffset    
      handlerPos  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // jdk.vm.ci.code.site.ExceptionHandler this
         0: .line 40
            ldc "%d[<exception edge to %d>]"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.vm.ci.code.site.ExceptionHandler.pcOffset:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield jdk.vm.ci.code.site.ExceptionHandler.handlerPos:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // jdk.vm.ci.code.site.ExceptionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/code/site/ExceptionHandler;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.vm.ci.code.site.ExceptionHandler this
        start local 1 // java.lang.Object obj
         0: .line 45
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 46
            iconst_1
            ireturn
         2: .line 48
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof jdk.vm.ci.code.site.ExceptionHandler
            ifeq 6
         3: .line 49
            aload 1 /* obj */
            checkcast jdk.vm.ci.code.site.ExceptionHandler
            astore 2 /* that */
        start local 2 // jdk.vm.ci.code.site.ExceptionHandler that
         4: .line 50
            aload 0 /* this */
            getfield jdk.vm.ci.code.site.ExceptionHandler.pcOffset:I
            aload 2 /* that */
            getfield jdk.vm.ci.code.site.ExceptionHandler.pcOffset:I
            if_icmpne 6
            aload 0 /* this */
            getfield jdk.vm.ci.code.site.ExceptionHandler.handlerPos:I
            aload 2 /* that */
            getfield jdk.vm.ci.code.site.ExceptionHandler.handlerPos:I
            if_icmpne 6
         5: .line 51
            iconst_1
            ireturn
        end local 2 // jdk.vm.ci.code.site.ExceptionHandler that
         6: .line 54
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // jdk.vm.ci.code.site.ExceptionHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/vm/ci/code/site/ExceptionHandler;
            0    7     1   obj  Ljava/lang/Object;
            4    6     2  that  Ljdk/vm/ci/code/site/ExceptionHandler;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "ExceptionHandler.java"