Changeset: 3c02d2f1a421
Author:vromero
Date: 2013-04-26 10:04 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/3c02d2f1a421
8012723: strictfp interface misses strictfp modifer on default method
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/comp/Check.j
Changeset: 2ca9e7d50136
Author:vromero
Date: 2013-04-26 10:17 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/2ca9e7d50136
8008562: javac, a refactoring to Bits is necessary in order to provide a change
history
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools
Changeset: f3f3ac1273e8
Author:vromero
Date: 2013-04-26 15:59 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/f3f3ac1273e8
8010304: javac should detect all mutable implicit static fields in langtools
using a plugin
Reviewed-by: jjg
! make/build.xml
+ make/tools/crules/
Please review the following fix for:
4634141: PBE Cipher should have the ability to use params from PBE Key
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4634141
Webrev: http://cr.openjdk.java.net/~vinnie/4634141/webrev.00/
This problem is that the parameters required by PBE-style ciphers
Changeset: 5144db7f0f88
Author:sherman
Date: 2013-04-26 13:59 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5144db7f0f88
8007395: StringIndexOutofBoundsException in Match.find() when input String
contains surrogate UTF-16 characters
Summary: updated GroupCurly.match0() to b
Changeset: 5e7ae178b24d
Author:plevart
Date: 2013-04-26 16:09 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5e7ae178b24d
7123493: (proxy) Proxy.getProxyClass doesn't scale under high load
Reviewed-by: mchung
! src/share/classes/java/lang/reflect/Proxy.java
+ src/share/class
Xuelei,
I have updated the webrev for 7196382 so it uses the key size range info
from the underlying PKCS library for key size checking:
http://cr.openjdk.java.net/~valeriep/7196382/webrev.01/
Thanks,
Valerie
On 04/25/13 10:59, Valerie (Yu-Ching) Peng wrote:
Xuelei,
Thanks for the review an