Changeset: 17870c6c1d4e
Author:alanb
Date: 2010-06-02 09:29 +0100
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/17870c6c1d4e
6950927: Testcase failure
sun/management/jmxremote/bootstrap/JvmstatCountersTest.java
Reviewed-by: dholmes, dcubed
! src/solaris/classes/sun/tools/attach/
Changeset: 1db252f307b6
Author:martin
Date: 2010-06-02 17:53 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1db252f307b6
6955840: ThreadLocalRandom bug - overriden setSeed(long) method is not invoked
for java.util.Random(long)
Summary: Allow setSeed only during construction
Hi All
Please review this code change:
http://cr.openjdk.java.net/~weijun/6958026/webrev.00/
Two parts included:
1. Major one: match private key and cert using both keyId and friendlyName.
2. Minor one: add keyId and friendlyName to private keys created by
setKeyEntry(alias, byte[], cert[
Changeset: 9a7c998bf2fc
Author:darcy
Date: 2010-06-02 19:08 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/9a7c998bf2fc
6933147: Provided new utility visitors supporting SourceVersion.RELEASE_7
Reviewed-by: jjg
!
src/share/classes/com/sun/tools/javac/processing/JavacP