[15] RFR: 8248476: No helpful NullPointerException message after calling fillInStackTrace

Christoph Dreis christoph.dreis at freenet.de
Thu Jul 2 15:18:12 UTC 2020


Hi Goetz,

> Thanks for the plentiful feedback!

> I tried to incorporate all in this webrev.
> http://cr.openjdk.java.net/~goetz/wr20/8248476-NPE_fillInStackTrace-jdk15/04/

Thanks for pushing this forward.

I noticed a minor typo:
In line 1286 of the new test in NullPointerExceptionTest the comment says "crated" while it probably should read "created".

Cheers,
Christoph


> -----Original Message-----
> From: David Holmes <david.holmes at oracle.com>
> Sent: Thursday, July 2, 2020 9:47 AM
> To: Alan Bateman <Alan.Bateman at oracle.com>; Lindenmaier, Goetz
> <goetz.lindenmaier at sap.com>; Remi Forax <forax at univ-mlv.fr>
> Cc: Christoph Dreis <christoph.dreis at freenet.de>; hotspot-runtime-dev
> <hotspot-runtime-dev at openjdk.java.net>
> Subject: Re: [15] RFR: 8248476: No helpful NullPointerException message
> after calling fillInStackTrace
> 
> On 2/07/2020 4:10 pm, Alan Bateman wrote:
> > On 02/07/2020 00:58, David Holmes wrote:
> >>
> >> I don't think one int field is a problem in terms of memory consumption.
> > No, but it may change the serial form. If there is counter for the
> > number of times that fillInStackTrace then it should be transient (and
> > no need to explicitly initialize it to its default value).
> 
> Yes good point! Thanks Alan!
> 
> David
> 
> > -Alan




More information about the hotspot-runtime-dev mailing list