On Wed, 18 Aug 2021 07:55:35 GMT, Andrey Turbanov <github.com+741251+turban...@openjdk.org> wrote:
> Usage of `Optional.ofNullable` is unnecessary when value is known. If it's > `null` value Optional.empty() should be preferred, as it doesn't perform > redundant `null` check. hmm... looks like something went wrong. Maybe you should /integrate again? ------------- PR: https://git.openjdk.java.net/jdk/pull/5159