Class CodeCacheEvent

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

public class CodeCacheEvent extends Object
  • Field Details

    • eventType

    • stamp

      private long stamp
    • nativeCodeSize

      private long nativeCodeSize
    • freeCodeCache

      private long freeCodeCache
    • nativeAddress

      private long nativeAddress
    • compilation

      private Compilation compilation
    • compilationLevel

      private int compilationLevel
  • Constructor Details

  • Method Details

    • setNativeAddress

      public void setNativeAddress(long address)
    • getNativeAddress

      public long getNativeAddress()
    • getStamp

      public long getStamp()
    • getNativeCodeSize

      public long getNativeCodeSize()
    • getCompilation

      public Compilation getCompilation()
    • setCompilation

      public void setCompilation(Compilation compilation)
    • getCompilationLevel

      public int getCompilationLevel()
    • getFreeCodeCache

      public long getFreeCodeCache()
    • getEventType

      public CodeCacheEvent.CodeCacheEventType getEventType()