Top Description Methods
jdk.vm.ci.code.stack

public Interface InspectedFrameVisitor<T>


Callback interface for StackIntrospection#iterateFrames. Implementations of visitFrame return null to indicate that frame iteration should continue and the next caller frame should be visited; and return any non-null value to indicate that frame iteration should stop.

Method Summary

Modifier and TypeMethod and Description
public T

Method Detail

visitFrameback to summary
public T visitFrame(InspectedFrame frame)