RFR(S): 8078145 testlibrary_tests/RandomGeneratorTest.java failed with AssertionError : Unexpected random number sequence for mode: NO_SEED (original) (raw)

Igor Ignatyev igor.ignatyev at oracle.com
Thu Jun 11 16:32:55 UTC 2015


Hi Sergei,

Looks good to me.

Igor

On 06/11/2015 07:13 PM, Sergei Kovalev wrote:

Hello Team,

Please review fix for CR: https://bugs.openjdk.java.net/browse/JDK-8078145 Webrev link: http://cr.openjdk.java.net/~skovalev/8078145/webrev.00/ Problem description: testlibrarytests/RandomGeneratorTest.java test uses stdout from child java process for analysis. In some cases additional java options could force JVM to produce "system" output that interferes with test output that make output analysis unpredictable. Solution: Forward all test output to a file. In this case JVM system information that printed out to stdout won't interfere with test output.



More information about the hotspot-compiler-dev mailing list