hg: jdk7/tl/jdk: 7037201: regression: invalid signed jar file not detected

2011-04-28 Thread weijun . wang
Changeset: 76703c84b3a2 Author:weijun Date: 2011-04-28 20:34 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/76703c84b3a2 7037201: regression: invalid signed jar file not detected Reviewed-by: mullan ! src/share/classes/java/util/jar/JarFile.java ! src/share/classes/java/util

hg: jdk7/tl/jdk: 7038565: address Findbugs issue in BatchUpdateException

2011-04-28 Thread lance . andersen
Changeset: 28caa191884a Author:lancea Date: 2011-04-28 09:46 -0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/28caa191884a 7038565: address Findbugs issue in BatchUpdateException Reviewed-by: alanb, forax ! src/share/classes/java/sql/BatchUpdateException.java

hg: jdk7/tl/jdk: 7037081: Remove com.sun.tracing from NON_CORE_PKGS

2011-04-28 Thread mandy . chung
Changeset: c3f5333e10e3 Author:mchung Date: 2011-04-28 08:51 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c3f5333e10e3 7037081: Remove com.sun.tracing from NON_CORE_PKGS Reviewed-by: ohair, jjg, jmasa ! make/docs/Makefile ! make/docs/NON_CORE_PKGS.gmk

hg: jdk7/tl/langtools: 7037081: Remove com.sun.tracing from NON_CORE_PKGS

2011-04-28 Thread mandy . chung
Changeset: c7841bbe1227 Author:mchung Date: 2011-04-28 08:46 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/c7841bbe1227 7037081: Remove com.sun.tracing from NON_CORE_PKGS Reviewed-by: ohair, jjg, jmasa ! src/share/classes/com/sun/tools/javac/resources/legacy.propertie

hg: jdk7/tl/jdk: 2 new changesets

2011-04-28 Thread mike . duigou
Changeset: 37722a0a1c65 Author:mduigou Date: 2011-04-28 10:12 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/37722a0a1c65 7040381: Add StandardCharset.java to FILES_java.gmk Reviewed-by: alanb ! make/java/nio/FILES_java.gmk Changeset: 7b7c1ffd0752 Author:mduigou Date:

hg: jdk7/tl/langtools: 7029150: Project Coin: present union types from the tree API through to javax.lang.model

2011-04-28 Thread jonathan . gibbons
Changeset: 7ae6c0fd479b Author:jjg Date: 2011-04-28 15:05 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/7ae6c0fd479b 7029150: Project Coin: present union types from the tree API through to javax.lang.model Reviewed-by: mcimadamore ! src/share/classes/com/sun/source/u

hg: jdk7/tl/jdk: 6578658: Request for raw RSA (NONEwithRSA) Signature support in SunMSCAPI

2011-04-28 Thread vincent . x . ryan
Changeset: 67f411052dd6 Author:vinnie Date: 2011-04-29 00:21 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/67f411052dd6 6578658: Request for raw RSA (NONEwithRSA) Signature support in SunMSCAPI Reviewed-by: wetmore ! src/windows/classes/sun/security/mscapi/RSASignature.java

hg: jdk7/tl/jdk: 7038843: IIOP serialization fails with NullPointerException when serializing Throwable

2011-04-28 Thread joe . darcy
Changeset: 6c8ae62463a3 Author:darcy Date: 2011-04-28 17:51 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6c8ae62463a3 7038843: IIOP serialization fails with NullPointerException when serializing Throwable Reviewed-by: dholmes, mchung ! src/share/classes/java/lang/Throwabl

hg: jdk7/tl/jdk: 2 new changesets

2011-04-28 Thread xueming . shen
Changeset: 775b77e74bec Author:sherman Date: 2011-04-28 20:18 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/775b77e74bec 7037261: j.l.Character.isLowerCase/isUpperCase need to match the Unicode Standard Summary: updated j.l.c.lsLowerCase/isUpperCase Reviewed-by: okutsu ! m