Class EliminatedAllocation

java.lang.Object
org.adoptopenjdk.jitwatch.model.EliminatedAllocation

public class EliminatedAllocation extends Object
  • Field Details

    • type

      private String type
    • bytecodeOffset

      private int bytecodeOffset
  • Constructor Details

    • EliminatedAllocation

      public EliminatedAllocation(String type, int bytecodeOffset)
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getBytecodeOffset

      public int getBytecodeOffset()
    • setBytecodeOffset

      public void setBytecodeOffset(int bytecodeOffset)