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

Vladimir Ivanov vladimir.x.ivanov at oracle.com
Mon Jun 15 13:24:29 UTC 2015


Looks good.

Best regards, Vladimir Ivanov

On 6/11/15 7: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