hg: jdk8/tl/jdk: 7160714: Strange or obsolete @see tags in some exception java.util javadoc

2012-05-02 Thread alan . bateman
Changeset: 531ebfd8eb65 Author:jgish Date: 2012-05-02 21:46 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/531ebfd8eb65 7160714: Strange or obsolete @see tags in some exception java.util javadoc Reviewed-by: mduigou, dholmes, alanb ! src/share/classes/java/util/NoSuchElement

hg: jdk8/tl/jdk: 7165102: Only run assertion on Integer autoboxing cache size once

2012-05-02 Thread alan . bateman
Changeset: bb2cefc89bc0 Author:forax Date: 2012-05-02 20:01 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bb2cefc89bc0 7165102: Only run assertion on Integer autoboxing cache size once Reviewed-by: darcy, alanb ! src/share/classes/java/lang/Integer.java

Re: Review Request: 7164376 Replace use of sun.security.action.LoadLibraryAction

2012-05-02 Thread Mandy Chung
On 5/2/2012 11:09 AM, Artem Ananiev wrote: Hi, Mandy, the client part of the fix looks fine. Thanks for the review. I have pushed the changeset and hope you don't mind I couldn't fix the changeset comment to add you as a reviewer. Let me ask a naive question, though. From your explanatio

Re: Review Request: 7164376 Replace use of sun.security.action.LoadLibraryAction

2012-05-02 Thread Artem Ananiev
Hi, Mandy, the client part of the fix looks fine. Let me ask a naive question, though. From your explanation, I see that System.loadLibrary() is now aware of modules. What prevents us to change LoadLibraryAction the same way? "FROM" code looks much more elegant than the new (the old?) "TO" one

hg: jdk8/tl/jdk: 7087021: TEST: com/sun/crypto/provider/Mac/MacClone.java failed on Solaris sparc 5.10

2012-05-02 Thread vincent . x . ryan
Changeset: d78c6095dc98 Author:vinnie Date: 2012-05-02 14:50 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d78c6095dc98 7087021: TEST: com/sun/crypto/provider/Mac/MacClone.java failed on Solaris sparc 5.10 Reviewed-by: mullan ! test/com/sun/crypto/provider/Mac/MacClone.jav