Code Review for jdk

Prepared by:bpb on Fri Mar 6 12:03:04 PST 2015
Workspace:/Users/bpb/Work/CoreLibs/jdk/jdk9/dev/jdk
Compare against: http://hg.openjdk.java.net/jdk9/dev/jdk
Compare against version:11570
Summary of changes: 169 lines changed: 95 ins; 7 del; 67 mod; 2278 unchg
Changeset: jdk.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/java/math/BigDecimal/StringConstructor.java

rev 11571 : 8074460: Always print seeds used in [Splittable]Random instances in java.math tests
Summary: Create a utility class which creates a pseudorandom number generator (PRNG) and retains the seed. Use this class in java.math tests which use a PRNG. Always print the seed value before the PRNG is used.
Reviewed-by: XXX
14 lines changed: 3 ins; 3 del; 8 mod; 152 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/java/math/BigInteger/BigIntegerTest.java

rev 11571 : 8074460: Always print seeds used in [Splittable]Random instances in java.math tests
Summary: Create a utility class which creates a pseudorandom number generator (PRNG) and retains the seed. Use this class in java.math tests which use a PRNG. Always print the seed value before the PRNG is used.
Reviewed-by: XXX
50 lines changed: 3 ins; 1 del; 46 mod; 1154 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/java/math/BigInteger/ModPow65537.java

rev 11571 : 8074460: Always print seeds used in [Splittable]Random instances in java.math tests
Summary: Create a utility class which creates a pseudorandom number generator (PRNG) and retains the seed. Use this class in java.math tests which use a PRNG. Always print the seed value before the PRNG is used.
Reviewed-by: XXX
8 lines changed: 3 ins; 1 del; 4 mod; 91 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/java/math/BigInteger/PrimeTest.java

rev 11571 : 8074460: Always print seeds used in [Splittable]Random instances in java.math tests
Summary: Create a utility class which creates a pseudorandom number generator (PRNG) and retains the seed. Use this class in java.math tests which use a PRNG. Always print the seed value before the PRNG is used.
Reviewed-by: XXX
8 lines changed: 3 ins; 1 del; 4 mod; 225 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/java/math/BigInteger/SymmetricRangeTests.java

rev 11571 : 8074460: Always print seeds used in [Splittable]Random instances in java.math tests
Summary: Create a utility class which creates a pseudorandom number generator (PRNG) and retains the seed. Use this class in java.math tests which use a PRNG. Always print the seed value before the PRNG is used.
Reviewed-by: XXX
8 lines changed: 2 ins; 1 del; 5 mod; 656 unchg

------ ------ ------ ------ --- New ----- Raw test/java/math/RandomSeed.java

rev 11571 : 8074460: Always print seeds used in [Splittable]Random instances in java.math tests
Summary: Create a utility class which creates a pseudorandom number generator (PRNG) and retains the seed. Use this class in java.math tests which use a PRNG. Always print the seed value before the PRNG is used.
Reviewed-by: XXX
81 lines changed: 81 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using /usr/local/bin/webrev.ksh (vers 25.2-hg+openjdk.java.net).