On Wed, 25 Nov 2020 13:45:46 GMT, Rémi Forax 
<github.com+828220+fo...@openjdk.org> wrote:

>> Jim Laskey has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   8248862: Implement Enhanced Pseudo-Random Number Generators
>>   
>>   Changes to RandomGeneratorFactory requested by @PaulSandoz
>
> src/java.base/share/classes/java/util/random/RandomGeneratorFactory.java line 
> 157:
> 
>> 155:                             .stream()
>> 156:                             .filter(p -> !p.type().isInterface())
>> 157:                             .collect(Collectors.toMap(p -> 
>> p.type().getSimpleName().toUpperCase(),
> 
> toUpperCase() depends on the Locale !

It was a lame thing to do anyway - removed

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

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

Reply via email to