Class CompilerThreadStage.QueueCounter

java.lang.Object
org.adoptopenjdk.jitwatch.ui.nmethod.compilerthread.CompilerThreadStage.QueueCounter
Enclosing class:
CompilerThreadStage

private class CompilerThreadStage.QueueCounter extends Object
  • Field Details

    • timestamp

      private long timestamp
    • add

      private boolean add
    • compilation

      private Compilation compilation
  • Constructor Details

    • QueueCounter

      public QueueCounter(long timestamp, boolean add, Compilation compilation)
  • Method Details

    • getTimestamp

      public long getTimestamp()
    • isAdd

      public boolean isAdd()
    • getCompilation

      public Compilation getCompilation()