Class CodeCacheWalkerResult
java.lang.Object
org.adoptopenjdk.jitwatch.compilation.codecache.CodeCacheWalkerResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEvent(CodeCacheEvent event) longlongvoidreset()toString()
-
Field Details
-
events
-
lowestAddress
private long lowestAddress -
highestAddress
private long highestAddress
-
-
Constructor Details
-
CodeCacheWalkerResult
public CodeCacheWalkerResult()
-
-
Method Details
-
reset
public void reset() -
addEvent
-
getEvents
-
getLowestAddress
public long getLowestAddress() -
getHighestAddress
public long getHighestAddress() -
toString
-