Module jdk.jfr

Class RecordedStackTrace


  • public final class RecordedStackTrace
    extends RecordedObject
    A recorded stack trace.
    Since:
    9
    • Method Detail

      • getFrames

        public List<RecordedFrame> getFrames()
        Returns the frames in the stack trace.
        Returns:
        a list of Java stack frames, not null
      • isTruncated

        public boolean isTruncated()
        Returns if the stack trace has been truncated due to it's size.
        Returns:
        true if stack trace has been truncated, false otherwise