On Fri, 29 Apr 2022 20:36:59 GMT, Roger Riggs <rri...@openjdk.org> wrote:

>aliases.getOrDefault will throw NPE on null

No, It will not. `aliases` is a HashMap. And HashMap supports null values and 
keys.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8463

Reply via email to