public static class JFREventProvider.JFRCompilationEvent extends com.oracle.jrockit.jfr.DurationEvent implements EventProvider.CompilationEvent
See: event Compilation
in src/share/vm/trace/trace.xml
Modifier and Type | Field and Description |
---|---|
int |
codeSize |
int |
compileId |
short |
compileLevel |
int |
inlinedBytes |
boolean |
isOsr |
String |
method |
boolean |
succeeded |
Constructor and Description |
---|
JFRCompilationEvent() |
Modifier and Type | Method and Description |
---|---|
void |
setCodeSize(int codeSize) |
void |
setCompileId(int id) |
void |
setCompileLevel(int compileLevel) |
void |
setInlinedBytes(int inlinedBytes) |
void |
setIsOsr(boolean isOsr) |
void |
setMethod(String method) |
void |
setSucceeded(boolean succeeded) |
commit, getEventInfo, indexOf, setValue, setValue, shouldWrite, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
begin, end
commit, shouldWrite
public int compileId
public short compileLevel
public boolean succeeded
public boolean isOsr
public int codeSize
public int inlinedBytes
public JFRCompilationEvent()
public void setMethod(String method)
setMethod
in interface EventProvider.CompilationEvent
public void setCompileId(int id)
setCompileId
in interface EventProvider.CompilationEvent
public void setCompileLevel(int compileLevel)
setCompileLevel
in interface EventProvider.CompilationEvent
public void setSucceeded(boolean succeeded)
setSucceeded
in interface EventProvider.CompilationEvent
public void setIsOsr(boolean isOsr)
setIsOsr
in interface EventProvider.CompilationEvent
public void setCodeSize(int codeSize)
setCodeSize
in interface EventProvider.CompilationEvent
public void setInlinedBytes(int inlinedBytes)
setInlinedBytes
in interface EventProvider.CompilationEvent