Module jdk.jfr

Class RecordedStackTrace

java.lang.Object
jdk.jfr.consumer.RecordedObject
jdk.jfr.consumer.RecordedStackTrace

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

    • 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 true if the stack trace is truncated due to its size, false otherwise.
      Returns:
      true if the stack trace is truncated, false otherwise