jdk/src/java.base/share/classes/java/lang/Throwable.java
changeset 28059 e576535359cc
parent 25991 e48157b42439
child 33313 de27000120de
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   200      * The stack trace, as returned by {@link #getStackTrace()}.
   200      * The stack trace, as returned by {@link #getStackTrace()}.
   201      *
   201      *
   202      * The field is initialized to a zero-length array.  A {@code
   202      * The field is initialized to a zero-length array.  A {@code
   203      * null} value of this field indicates subsequent calls to {@link
   203      * null} value of this field indicates subsequent calls to {@link
   204      * #setStackTrace(StackTraceElement[])} and {@link
   204      * #setStackTrace(StackTraceElement[])} and {@link
   205      * #fillInStackTrace()} will be be no-ops.
   205      * #fillInStackTrace()} will be no-ops.
   206      *
   206      *
   207      * @serial
   207      * @serial
   208      * @since 1.4
   208      * @since 1.4
   209      */
   209      */
   210     private StackTraceElement[] stackTrace = UNASSIGNED_STACK;
   210     private StackTraceElement[] stackTrace = UNASSIGNED_STACK;