Class HotThrowResult

java.lang.Object
org.adoptopenjdk.jitwatch.hotthrow.HotThrowResult

public class HotThrowResult extends Object
  • Field Details

    • member

      private IMetaMember member
    • bci

      private int bci
    • exceptionType

      private String exceptionType
    • preallocated

      private boolean preallocated
  • Constructor Details

    • HotThrowResult

      public HotThrowResult(IMetaMember member, int bci, String exceptionType, boolean preallocated)
  • Method Details

    • getMember

      public IMetaMember getMember()
    • getBci

      public int getBci()
    • getExceptionType

      public String getExceptionType()
    • isPreallocated

      public boolean isPreallocated()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object