Currently the examples projects use:

Examples-jmh: JDK 1.6
Examples-quadrature: JDK 1.7
Examples-stress: JDK 1.8
Examples-sampling: JDK 1.8
Examples-jpms: JDK 1.9

Having JMH at level 1.6 prevents testing against algorithms in SecureRandom 
(newer algorithms in 1.8), ThreadLocalRandom (1.7) and SplittableRandom (1.8).

It would be good to upgrade JMH to 1.8 but I don’t see a reason to not upgrade 
all to JDK 1.8. These are not part of the RNG distribution.

Alex






---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to