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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbegin, endcommit, shouldWritepublic 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.CompilationEventpublic void setCompileId(int id)
setCompileId in interface EventProvider.CompilationEventpublic void setCompileLevel(int compileLevel)
setCompileLevel in interface EventProvider.CompilationEventpublic void setSucceeded(boolean succeeded)
setSucceeded in interface EventProvider.CompilationEventpublic void setIsOsr(boolean isOsr)
setIsOsr in interface EventProvider.CompilationEventpublic void setCodeSize(int codeSize)
setCodeSize in interface EventProvider.CompilationEventpublic void setInlinedBytes(int inlinedBytes)
setInlinedBytes in interface EventProvider.CompilationEvent