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: Code review request for 6687725 and 6848930

2010-09-01 Thread Valerie (Yu-Ching) Peng
Sure, perhaps you'd have some time next week? Or, the week after next week is fine. Thanks, Valerie On 08/31/10 17:41, Brad Wetmore wrote: Offhand, they look pretty straight forward. I'd like to look closer, but can't right away. Need to stay focused on something else the rest of the week.

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