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
- Previous message: RFR(S): 8078145 testlibrary_tests/RandomGeneratorTest.java failed with AssertionError : Unexpected random number sequence for mode: NO_SEED
- Next message: RFR: 8077279: assert(ic->is_clean()) failed: IC should be clean
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: RFR(S): 8078145 testlibrary_tests/RandomGeneratorTest.java failed with AssertionError : Unexpected random number sequence for mode: NO_SEED
- Next message: RFR: 8077279: assert(ic->is_clean()) failed: IC should be clean
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list