RFR 8068887 : java.lang.Throwable could use Collections.emptyList for suppressedException (original) (raw)
Chris Hegarty chris.hegarty at oracle.com
Mon Oct 12 18:17:44 UTC 2015
- Previous message: RFR 8068887 : java.lang.Throwable could use Collections.emptyList for suppressedException
- Next message: RFR 8068887 : java.lang.Throwable could use Collections.emptyList for suppressedException
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12 Oct 2015, at 17:54, Mandy Chung <mandy.chung at oracle.com> wrote:
On Oct 12, 2015, at 8:09 AM, Vyom Tewari <vyom.tewari at oracle.com> wrote:
Hi All, Please review my changes for below bug. Bug: JDK-8068887 : java.lang.Throwable could use Collections.emptyList for suppressedException Webrev: http://cr.openjdk.java.net/~vtewari/8068887/webrev.00/webrev/ This change ensure that fewer classes are loaded in a simple(hello world) program, and thus a very very small start-up footprint improvement. Looks okay to me (as Alan pointed out, a space is missing in “=Collections.emptyList”.
+1
-Chris.
- Previous message: RFR 8068887 : java.lang.Throwable could use Collections.emptyList for suppressedException
- Next message: RFR 8068887 : java.lang.Throwable could use Collections.emptyList for suppressedException
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]