Uses of Class
jdk.jfr.consumer.RecordedStackTrace
Packages that use RecordedStackTrace
Package
Description
This package contains classes for consuming Flight Recorder data.
-
Uses of RecordedStackTrace in jdk.jfr.consumer
Methods in jdk.jfr.consumer that return RecordedStackTraceModifier and TypeMethodDescriptionRecordedEvent.getStackTrace()
Returns the stack trace that was created when the event was committed, ornull
if the event lacks a stack trace.