On Mon, 23 Nov 2020 14:57:59 GMT, Jim Laskey <jlas...@openjdk.org> wrote:

>> src/java.base/share/classes/module-info.java line 250:
>> 
>>> 248:     exports jdk.internal.util.xml.impl to
>>> 249:         jdk.jfr;
>>> 250:     exports jdk.internal.util.random;
>> 
>> Unqualified export, should this be `to jdk.random`?
>
> I guess you are right. Until we have a defined SPI we should restrict.

On the other hand:

public class Random extends AbstractSpliteratorGenerator
                            ^
error: warnings found and -Werror specified

public final class SplittableRandom extends AbstractSplittableGenerator {

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

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

Reply via email to