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

David Holmes david.holmes at oracle.com
Thu Jul 2 07:46:42 UTC 2020


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