Interface IReadOnlyJITDataModel
- All Known Implementing Classes:
JITDataModel
public interface IReadOnlyJITDataModel
-
Method Summary
Modifier and TypeMethodDescriptionbuildAndGetMetaClass(Class<?> clazz) createCompilerThread(String threadId, String threadName) longgetCompilerThread(String threadId) int
-
Method Details
-
getPackageManager
PackageManager getPackageManager() -
getJITStats
JITStats getJITStats() -
getEventListCopy
-
getCodeCacheEvents
List<CodeCacheEvent> getCodeCacheEvents() -
getCompilerThreads
List<CompilerThread> getCompilerThreads() -
getCompilerThread
-
createCompilerThread
-
getEndOfLogTag
Tag getEndOfLogTag() -
getJDKMajorVersion
int getJDKMajorVersion() -
findMetaMember
-
buildAndGetMetaClass
-
getBaseTimestamp
long getBaseTimestamp()
-