RFR: 8361717: Refactor Collections.emptyList() in Locale related classes
Chen Liang
liach at openjdk.org
Wed Jul 9 19:38:41 UTC 2025
On Wed, 9 Jul 2025 18:39:40 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> Replaced Collections.emptyList() with List.of() as part of refactoring. This was discussed in the context of investigating a CDS-related issue (https://bugs.openjdk.org/browse/JDK-8357281?focusedId=14796714&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14796714). Although the root cause was ultimately determined to be user error, modernizing the code by using List.of() is still a desirable improvement
An effort #25922 exists to make the AOT/CDS requirements more obvious to core libraries. Hope we can have this easier down the road.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26225#issuecomment-3053781110
More information about the core-libs-dev
mailing list