hg: jdk7/tl/jdk: 6952330: Fix for 6933217 broke contract of StringBuffer.ensureCapacity

2010-05-13 Thread martinrb
Changeset: e85e03ef61c1 Author:martin Date: 2010-05-13 21:56 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e85e03ef61c1 6952330: Fix for 6933217 broke contract of StringBuffer.ensureCapacity Summary: make sure to grow with size => size * 2 + 2 Reviewed-by: dholmes, chegar, o

hg: jdk7/tl/jdk: 6951064: Typo in javadoc for ZipException ctors

2010-05-13 Thread xueming . shen
Changeset: aa1b15bdbf2b Author:sherman Date: 2010-05-13 21:30 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/aa1b15bdbf2b 6951064: Typo in javadoc for ZipException ctors Summary: fixed the doc typo Reviewed-by: martin ! src/share/classes/java/util/zip/ZipException.java

hg: jdk7/tl/langtools: 6952188: update timeout for langtools jtreg tests on JPRT

2010-05-13 Thread jonathan . gibbons
Changeset: ebf09be0222c Author:jjg Date: 2010-05-13 11:30 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ebf09be0222c 6952188: update timeout for langtools jtreg tests on JPRT Reviewed-by: ohair ! test/Makefile

hg: jdk7/tl/jdk: 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions

2010-05-13 Thread kelly . ohair
Changeset: 2d54e4cae441 Author:ohair Date: 2010-05-12 21:35 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2d54e4cae441 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions Summary: And adjustments to test problem list. Reviewed-b

hg: jdk7/tl/jdk: 6951887: Wrong redirection useage in test sun/nio/cs/Test4200310.sh

2010-05-13 Thread ptisnovs
Changeset: f6b72c9023f4 Author:ptisnovs Date: 2010-05-13 10:11 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f6b72c9023f4 6951887: Wrong redirection useage in test sun/nio/cs/Test4200310.sh Summary: Testcase correction. Reviewed-by: sherman ! test/sun/nio/cs/Test4200310.sh