-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: core-libs
-
b65
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8084865 | emb-9 | Chris Hegarty | P3 | Resolved | Fixed | team |
| JDK-8347944 | 8u451 | Ramesh Gangadhar | P3 | Resolved | Fixed | b03 |
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, seeJDK-8078672
This was a minor oversight, as opposed to a deliberate decision to put RandomFactory in the unnamed package, see
- backported by
-
JDK-8084865 RandomFactory should be in the jdk.testlibrary package
-
- Resolved
-
-
JDK-8347944 RandomFactory should be in the jdk.testlibrary package
-
- Resolved
-
- relates to
-
JDK-8078672 Print and allow setting by Java property seeds used to initialize Random instances in java.lang numerics tests
-
- Closed
-