Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8330005: RandomGeneratorFactory.getDefault() throws exception when the runtime image only has java.base module #18932

Closed
wants to merge 8 commits into from
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@
* algorithm. {@link RandomGeneratorFactory} also provides methods for
* selecting random number generator algorithms. RandomGeneratorFactory
* registers implementations of {@link RandomGenerator} interface using the
* {@linkplain java.util.ServiceLoader service loader API}
* {@linkplain java.util.ServiceLoader service loader API}.
*
* <p> An important subsidiary interface is
* {@link RandomGenerator.StreamableGenerator}, which provides methods for