History log of /libcore/luni/src/main/java/java/lang/Throwable.java
Revision Date Author Comments
e03c9c042a4624c181c59d0f48a2e0e569fe303e 14-May-2013 Elliott Hughes <enh@google.com> Expose Throwable changes.

Bug: 3484927
Change-Id: If4d39c9af3a7b0bd60f31ad7e969baa6b27e3d86
c2f2aaaae219c69d50eee6549d507c91e9a08519 14-May-2013 Elliott Hughes <enh@google.com> Fix java.lang.Throwable's protected constructor.

Bug: 3484927
Change-Id: Ib8088ec50a767390b6416b73a0e66887ece5c719
8ffa0b68c9fd3f722bee2bcd94b1d38151a0791d 13-May-2013 Elliott Hughes <enh@google.com> Un-@hide various APIs.

Bug: 3484927
Change-Id: I4cda326a31240135d883528d9cb976a9db084234
d43b9ef11a1095967a3396b246639b563e1a4128 12-Sep-2012 Kenny Root <kroot@google.com> Add consistent reasons for NullPointerException

Semi-automated replacement of empty and non-conforming
NullPointerException reason messages.

(cherry-pick of 86acc043d3334651ee26c65467d78d6cefedd397.)

Change-Id: I6d893979f5c20a50e841e32af9fd7b2d8bc9d54d
86acc043d3334651ee26c65467d78d6cefedd397 12-Sep-2012 Kenny Root <kroot@google.com> Add consistent reasons for NullPointerException

Semi-automated replacement of empty and non-conforming
NullPointerException reason messages.

Change-Id: Iedeb4b21949e973c4042ce5982dda315f2e785e1
56444c0884abdbd0946d4e601d534edda0bb2aac 22-Nov-2011 Jesse Wilson <jessewilson@google.com> Don't serialize a Throwable's stackState field.

In some situations this field may reference a non-serializable value.

(cherry-pick of 6c15570a27c2b7aad18ae2064db2eae921be27e0.)

Change-Id: I78607bbcb707fc1ab43cfbaba4647d91b9d90ad4
a8b15bcac1bd17987118da06f4c63afd8799910d 31-Jan-2012 Ian Rogers <irogers@google.com> Avoid creating suppressedExceptions ArrayList for all Throwables

Suppressed exceptions are a Java 7 feature and therefore unlikely to be
being used. Throwable is the parent of all exceptions, so allocating
memory here is expensive. Make Throwable use Collections empty list when
no suppressed exceptions are present and then create a list when asked
to add a suppressed exception.

(cherry-pick of 24d2b0060b13d953cb5a9f10d7d2198ec3385f85.)

Change-Id: I66e4a755be66493b33c9562a8275c006b601b28e
8033ba2bd4b8eab11e67738ba4d1390e1fb72111 23-Apr-2011 Jesse Wilson <jessewilson@google.com> AutoCloseable.

Change-Id: I5604ad7f96c824e4df78a5ebd78845d012aedc13
http://b/3484927
32c2297a959b72abdb18743f0519e1d8b7c7ea88 17-Mar-2011 Elliott Hughes <enh@google.com> Remove bogus "super()" calls.

I've left one in java.util.concurrent, since we have an upstream there.

Change-Id: I60945e48a41433fc7eaef6086433ec4bf434097f
99e234cc3322b6c88c9d883da45116d9ec8271db 23-Feb-2011 Elliott Hughes <enh@google.com> Be more consistent about VM.

Also add more warnings about the default locale, and remove dead code.

Change-Id: I103cbf52f7aadc8e1132d7fad72ef2b0abc851f4
7f0c06f737b6f1f6b3a5bb30111f95dd0ca586a2 02-Sep-2010 Brian Carlstrom <bdc@google.com> Don't use StringBuffer where we don't need to.

I've left xalan alone, because that's just one big steaming heap.

Change-Id: Ibf7b2b5e347196d4de857217b022003ccc409ac5
328f533a177f7579a9ea916f5569053ec9c149b8 01-Sep-2010 Elliott Hughes <enh@google.com> Don't use StringBuffer where we don't need to.

I've left xalan alone, because that's just one big steaming heap.

Change-Id: I47e80399ebced922656e46dacd8dcbfc698e94f8
e8ca15fac603d1adb0fd9007ea6343584a15db67 12-Jul-2010 Elliott Hughes <enh@google.com> Fix Throwable.printStackTrace for exceptions without stack traces.

Also improve the documentation for fillInStackTrace.

Bug: http://code.google.com/p/android/issues/detail?id=9722
Change-Id: I9c539df136058e5300b33aa0d1104d567db71ad4
f33eae7e84eb6d3b0f4e86b59605bb3de73009f3 13-May-2010 Elliott Hughes <enh@google.com> Remove all trailing whitespace from the dalvik team-maintained parts of libcore.

Gentlemen, you may now set your editors to "strip trailing whitespace"...

Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
6b811c5daec1b28e6f63b57f98a032236f2c3cf7 03-May-2010 Peter Hallam <peterhal@google.com> Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luni
Merge xml except xmlpull and kxml into luni