Modifier and Type | Field and Description |
---|---|
protected final HotSpotJVMCIRuntime |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | canMaterializeVirtualObjects()
Overrides default jdk. Determines if |
public <T> T | iterateFrames(ResolvedJavaMethod[]
if this is non- initialMethods, ResolvedJavaMethod[] null , then the stack walk will start at the
first frame whose method is one of these methods.if this is non- matchingMethods, int null , then only frames whose methods are in
this array are visitedthe number of matching methods to skip (including the initial method) initialSkip, InspectedFrameVisitor<T> the visitor that is called for every matching method visitor)Implements jdk. Walks the current stack, providing |
runtime | back to summary |
---|---|
protected final HotSpotJVMCIRuntime runtime |
HotSpotStackIntrospection | back to summary |
---|---|
public HotSpotStackIntrospection(HotSpotJVMCIRuntime runtime) |
canMaterializeVirtualObjects | back to summary |
---|---|
public boolean canMaterializeVirtualObjects() Overrides default jdk. Doc from jdk. Determines if
|
iterateFrames | back to summary |
---|---|
public <T> T iterateFrames(ResolvedJavaMethod[] initialMethods, ResolvedJavaMethod[] matchingMethods, int initialSkip, InspectedFrameVisitor<T> visitor) Implements jdk. Doc from jdk. Walks the current stack, providing
|