RFR(S) : 8180805 : move RandomFactory to the top level testlibrary

Brian Burkhalter brian.burkhalter at oracle.com
Tue May 30 16:36:48 UTC 2017


Hi Igor,

On May 26, 2017, at 11:30 PM, Igor Ignatyev <igor.ignatyev at oracle.com> wrote:

> this changeset introduces jdk.test.lib.RandomFactory in the top level testlibrary and updates all but java/time/ tests to use it instead of jdk.testlibrary.RandomFactory from the jdk testlibrary.

Code changes look OK provided all tests still run properly. I have not been following the test package refactoring however so no comment on that.

> due to CODETOOLS-7901987[1], java/time/ tests can't use the top level testlibrary, so jdk.testlibrary.RandomFactory hasn't been removed, however it has been marked as deprecated and will be removed by JDK-8181118[2] as soon as there is promoted jtreg w/ CODETOOLS-7901987 fixed.

Should this be using “@Deprecated(since=“9”, forRemoval=true)” or something like that?

Thanks,

Brian


More information about the core-libs-dev mailing list