StackReifier

constructor(actuallyReify: Boolean, reificationStatistic: Statistic, postReificationAction: () -> Unit)

Construct a new StackReifier.

Parameters

actuallyReify

Whether to reify the Java frames (rather than simply drop them).

reificationStatistic

The Statistic under which to record this reification once it completes. The timing of this event spans from this creation until just before the postReificationAction action runs.

postReificationAction

The action to perform after the Java stack has been fully reified.