ksrini [Sat, 07 Mar 2015 15:21:36 -0800] rev 29373
8074373: NMT is not enabled if NMT option is specified after class path specifiers
Reviewed-by: dholmes
sherman [Sat, 07 Mar 2015 10:11:03 -0800] rev 29372
8074406: DateTimeFormatter.appendZoneOrOffsetId() fails to resolve a ZoneOffset for OffsetDateTime
Summary: to support resolve OffsetDateTime from DTF.appendZoneOrOffset()
Reviewed-by: rriggs
bpb [Fri, 06 Mar 2015 16:00:58 -0800] rev 29371
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: darcy
mchung [Fri, 06 Mar 2015 09:11:42 -0800] rev 29370
8074430: Move policytool to jdk.policytool module
Reviewed-by: alanb, weijun, erikj, ihse