On Thu, 24 Mar 2022 00:40:19 GMT, XenoAmess <d...@openjdk.java.net> wrote:

> still I think it better to put these functions to Collections as they can 
> share a same calculation function.

You can just keep these methods in `Collections` but make them package-private, 
so the moved factories can call. (Note that the methods may have to go to 
somewhere else in `java.util` if `Collections` cannot be loaded too early 
during startup)

> good but I have no account to comment on your jira system.

I think when the patch looks good, stuart will file one CSR for you, or you can 
write a CSR draft for him to file.

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

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

Reply via email to