RFR(L): 8218628: Add detailed message to NullPointerException describing what is null.

Langer, Christoph christoph.langer at sap.com
Fri Feb 8 14:26:39 UTC 2019


Hi Goetz,

> 91         synchronized (this) {
> -> I think this is not needed here. The transient modifier for
> lazyComputeMessage already implies the lock on the Object, I think.

please ignore this comment, I'm wrong here. I confused transient with volatile...

/Christoph



More information about the core-libs-dev mailing list