On Tue, 28 Apr 2026 01:20:55 GMT, Chen Liang <[email protected]> wrote:
>> Justin Lu has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Weaken spec to allow impl based decision for null elements > > test/jdk/java/util/Locale/LocaleMatchingTest.java line 210: > >> 208: Arguments.of(List.of(), null), >> 209: // null priority list >> 210: Arguments.of(null, List.of()) > > I think we should still reinstate some cases that has null elements, like: > > Arguments.of(List.of(), Collections.singletonList(null)), > Arguments.of(Collections.singletonList(null), List.of()) Following up here. I will go ahead with integration unless there are any further comments from you @liach. Please also see the CSR for related discussion that occurred there as well. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30632#discussion_r3220526040
