JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
DRAFT 24-crac+20-25
jdk.jfr
jdk.jfr.consumer
RecordedStackTrace
Uses of Class
jdk.jfr.consumer.RecordedStackTrace
Packages that use
RecordedStackTrace
Package
Description
jdk.jfr.consumer
This package contains classes for consuming Flight Recorder data.
Uses of
RecordedStackTrace
in
jdk.jfr.consumer
Methods in
jdk.jfr.consumer
that return
RecordedStackTrace
Modifier and Type
Method
Description
RecordedStackTrace
RecordedEvent.
getStackTrace
()
Returns the stack trace that was created when the event was committed, or
null
if the event lacks a stack trace.