> On Oct 12, 2015, at 8:09 AM, Vyom Tewari <vyom.tew...@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”. I’m curious to see the diff of -verbose:class before and after. Mandy