On Thu, 20 Feb 2025 09:30:02 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
> We have helpful NPE messages now - they are more user-friendly. > And shorter methods are more likely to be inlined. I second @jaikiran in that the `Objects.requireNonNull()` are there to clearly validate the arguments right at method entry. ------------- PR Comment: https://git.openjdk.org/jdk/pull/23710#issuecomment-2704726863