hg: jdk7/tl/jaxp: 6981408: Upgrade jaxp to 1.4.4

2010-09-01 Thread kelly . ohair
Changeset: a3fe5892cd26 Author:ohair Date: 2010-09-01 13:28 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/a3fe5892cd26 6981408: Upgrade jaxp to 1.4.4 Reviewed-by: darcy Contributed-by: Joe Wang ! jaxp.properties

hg: jdk7/tl/jdk: 6977887: (doc) Java 6 API missing info about encoding parameter in storeToXML method

2010-09-01 Thread mandy . chung
Changeset: b200263f1b68 Author:mchung Date: 2010-09-01 17:37 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b200263f1b68 6977887: (doc) Java 6 API missing info about encoding parameter in storeToXML method Reviewed-by: sherman ! src/share/classes/java/util/Properties.java

Re: Review request for a simple javadoc fix

2010-09-01 Thread Xueming Shen
Looks fine. Mandy Chung wrote: Sherman, Can you review the simple javadoc fix for: 6977887: (doc) Java 6 API missing info about encoding parameter in storeToXML method > hg diff Properties.java diff --git a/src/share/classes/java/util/Properties.java b/src/share/classes/java/util/Propert

Review request for a simple javadoc fix

2010-09-01 Thread Mandy Chung
Sherman, Can you review the simple javadoc fix for: 6977887: (doc) Java 6 API missing info about encoding parameter in storeToXML method > hg diff Properties.java diff --git a/src/share/classes/java/util/Properties.java b/src/share/classes/java/util/Properties.java --- a/src/share/classes

hg: jdk7/tl/jdk: 6981145: (se) Eliminate JNI*Critical when creating pipes and other cleanups

2010-09-01 Thread martinrb
Changeset: bb8f48e1e042 Author:martin Date: 2010-09-01 09:45 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/bb8f48e1e042 6981145: (se) Eliminate JNI*Critical when creating pipes and other cleanups Summary: Avoid *Critical; fix compile warnings; improve readability Reviewed-by

hg: jdk7/tl/langtools: 6979683: inconsistent interaction of reference cast with box/unbox conversions leaves out a useful case

2010-09-01 Thread john . r . rose
Changeset: d3ead6731a91 Author:jrose Date: 2010-09-01 03:19 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/d3ead6731a91 6979683: inconsistent interaction of reference cast with box/unbox conversions leaves out a useful case Summary: Allow casts which narrow and then un