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

Alan Bateman Alan.Bateman at oracle.com
Thu Jul 2 06:10:59 UTC 2020


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).

-Alan


More information about the hotspot-runtime-dev mailing list