Class NextInstructionCount

java.lang.Object
org.adoptopenjdk.jitwatch.jarscan.nextinstruction.NextInstructionCount

public class NextInstructionCount extends Object
  • Field Details

    • opcode

      private Opcode opcode
    • count

      private int count
  • Constructor Details

    • NextInstructionCount

      public NextInstructionCount(Opcode opcode, int count)
  • Method Details

    • getOpcode

      public Opcode getOpcode()
    • getCount

      public int getCount()