Class CodeCacheEvent


  • public class CodeCacheEvent
    extends java.lang.Object
    • Field Detail

      • stamp

        private long stamp
      • nativeCodeSize

        private long nativeCodeSize
      • freeCodeCache

        private long freeCodeCache
      • nativeAddress

        private long nativeAddress
      • compilationLevel

        private int compilationLevel
    • Method Detail

      • setNativeAddress

        public void setNativeAddress​(long address)
      • getNativeAddress

        public long getNativeAddress()
      • getStamp

        public long getStamp()
      • getNativeCodeSize

        public long getNativeCodeSize()
      • setCompilation

        public void setCompilation​(Compilation compilation)
      • getCompilationLevel

        public int getCompilationLevel()
      • getFreeCodeCache

        public long getFreeCodeCache()