This message was deleted.
# troubleshooting
s
This message was deleted.
g
is that the one that shows the name of the variable in NPEs?
๐Ÿ‘ 1
I think it's on by default in JDK 17, I've noticed it when running unit tests and stuff. Definitely useful for testing Not sure if we'll enable it in production when we update our prod to JDK 17. Depends on whether there's any performance overhead
๐Ÿ‘ 1
d
If itโ€™s on by default on JDK 17 then we have been running it in prod for a long time without performance regression, haha
g
good to know!