On Thu, 26 Jan 2023 05:30:56 GMT, Glavo <d...@openjdk.org> wrote:

> `List.of` is cleaner, and can slightly reduce the memory footprint for lists 
> of one or two elements.
> 
> Because `List.of` can only store non-null elements, I have only replaced a 
> few usage.
> 
> Can someone open an Issue on JBS for me?

For a refactoring / cleanup fix like this, the question is whether it is worth 
the effort to test and review it. I don't know that it is, but if you can 
convince a Reviewer to test and review it, and then sponsor the fix for you, I 
won't object.

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

PR: https://git.openjdk.org/jfx/pull/1012

Reply via email to