Searched refs:UNASSIGNED_STACK (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DThrowable.java159 private static final StackTraceElement[] UNASSIGNED_STACK = new StackTraceElement[0]; field in class:Throwable
210 private StackTraceElement[] stackTrace = UNASSIGNED_STACK;
784 stackTrace = UNASSIGNED_STACK;
822 if (stackTrace == UNASSIGNED_STACK ||
829 return UNASSIGNED_STACK;
937 * UNASSIGNED_STACK rather than UNASSIGNED_STACK itself to
938 * allow identity comparison against UNASSIGNED_STACK in
939 * getOurStackTrace. The identity of UNASSIGNED_STACK in
946 stackTrace = UNASSIGNED_STACK
[all...]

Completed in 2817 milliseconds