Class Compilation
java.lang.Object
org.adoptopenjdk.jitwatch.model.Compilation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AssemblyMethodprivate Stringprivate CompilerThreadprivate Stringprivate booleanprivate intprivate booleanprivate booleanprivate IMetaMemberprivate Stringprivate intprivate longprivate longprivate longprivate Tagprivate Taskprivate Tagprivate Tag -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintlongintgetIndex()intgetLevel()intintgetQueuedAttribute(String key) longlonglonginthashCode()booleanisC2N()booleanisFailed()booleanisOSR()voidsetAssembly(AssemblyMethod assembly) voidsetCompilerThread(CompilerThread compilerThread) voidsetTagNMethod(Tag tagNMethod) voidsetTagTask(Task tagTask) voidsetTagTaskDone(Tag tagTaskDone) voidsetTagTaskQueued(Tag tagTaskQueued) toString()
-
Field Details
-
tagTaskQueued
-
tagNMethod
-
tagTask
-
tagTaskDone
-
assembly
-
compileID
-
stampTaskQueued
private long stampTaskQueued -
stampTaskCompilationStart
private long stampTaskCompilationStart -
stampNMethodEmitted
private long stampNMethodEmitted -
isC2N
private boolean isC2N -
isOSR
private boolean isOSR -
osrBCI
private int osrBCI -
nativeAddress
-
entryAddress
-
index
private int index -
member
-
failedTask
private boolean failedTask -
compilerThread
-
-
Constructor Details
-
Compilation
-
-
Method Details
-
getMember
-
getCompileID
-
getNativeAddress
-
getEntryAddress
-
getAssembly
-
setAssembly
-
getQueuedAttributes
-
getQueuedAttribute
-
getCompiledAttributes
-
getCompiledAttribute
-
setTagTaskQueued
-
setTagNMethod
-
setTagTask
-
getTagTaskQueued
-
getTagNMethod
-
getTagTask
-
getTagTaskDone
-
setTagTaskDone
-
getIndex
public int getIndex() -
getNativeSize
public int getNativeSize() -
getBytecodeSize
public int getBytecodeSize() -
isC2N
public boolean isC2N() -
getStampTaskQueued
public long getStampTaskQueued() -
getStampTaskCompilationStart
public long getStampTaskCompilationStart() -
getStampNMethodEmitted
public long getStampNMethodEmitted() -
getCompilationDuration
public long getCompilationDuration() -
getSignature
-
getCompiler
-
getLevel
public int getLevel() -
toStringVerbose
-
toString
-
isFailed
public boolean isFailed() -
isOSR
public boolean isOSR() -
getOSRBCI
public int getOSRBCI() -
getCompilerThread
-
setCompilerThread
-
hashCode
-
equals
-