<i18n dev> RFR: 8266155: Convert java.base to use Stream.toList()
    Alan Bateman 
    alanb at openjdk.java.net
       
    Wed Apr 28 16:11:52 UTC 2021
    
    
  
On Wed, 28 Apr 2021 15:41:31 GMT, Chris Hegarty <chegar at openjdk.org> wrote:
>> 8266155: Convert java.base to use Stream.toList()
>
> src/java.base/share/classes/java/lang/invoke/MethodHandles.java line 6788:
> 
>> 6786:     }
>> 6787: 
>> 6788:     /**
> 
> I think the import of Collectors can be dropped in this file? And maybe a few other files too?
The import can be dropped from the jdk.internal.module.* classes too.
jdk.internal.module.IllegalAccessLogger will likely be removed as part of JEP 403.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3734
    
    
More information about the i18n-dev
mailing list