Relates :
|
When trying to use the recently added RandomFactory test library utility, it was noticed that it is missing a package declaration. The pattern to date has been for these test library utilities to be declared in the jdk.testlibrary package, and imported by tests requiring them. This was a minor oversight, as opposed to a deliberate decision to put RandomFactory in the unnamed package, see JDK-8078672