dfuchs [Tue, 07 May 2013 11:35:49 +0200] rev 17437
8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently
Summary: Encodings.java sometimes creates EncodingInfo objects whose java names are not recognized by the Charset API. This patch fixes that issue.
Reviewed-by: joehw, alanb
jfranck [Tue, 07 May 2013 09:52:23 +0200] rev 17436
8013541: Revise javadoc for Executable.getAnnotatedReturnType()
Reviewed-by: abuckley, darcy
weijun [Tue, 07 May 2013 12:30:36 +0800] rev 17435
8010192: Enable native JGSS provider on Mac
Reviewed-by: valeriep
sherman [Mon, 06 May 2013 21:24:37 -0700] rev 17434
8013252: Regex Matcher .start and .end should be accessible by group name
8013254: Constructor \w need update to add the support of \p{Join_Control}
Summary: added the requested methods and updated the \w constructor
Reviewed-by: mchung, alanb
mduigou [Mon, 06 May 2013 20:54:54 -0700] rev 17433
8003258: BufferedReader.lines()
Reviewed-by: alanb, mduigou, psandoz
Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Henry Jen <henry.jen@oracle.com>
mduigou [Mon, 06 May 2013 20:54:48 -0700] rev 17432
8013150: Iterator.remove and forEachRemaining relationship not specified
Reviewed-by: mduigou
Contributed-by: Akhil Arora <akhil.arora@oracle.com>
mduigou [Mon, 06 May 2013 20:54:42 -0700] rev 17431
8013712: Add Objects.nonNull and Objects.isNull
Reviewed-by: mchung, darcy
dxu [Mon, 06 May 2013 14:17:59 -0700] rev 17430
8003992: File and other classes in java.io do not handle embedded nulls properly
Summary: Have every file operation done with File, FileInputStream, FileOutputStream, or RandomAccessFile that involves a file path containing NUL fail. Also reviewed by fweimer@redhat.com
Reviewed-by: alanb, sherman, ahgross, mduigou, dholmes, aph, plevart, martin
dwanvik [Mon, 06 May 2013 06:05:06 +0200] rev 17429
Merge
dwanvik [Mon, 06 May 2013 05:51:01 +0200] rev 17428
8013403: Update JDK8 with Java DB 10.10.1.1.
Summary: Drop Java DB 10.10.1.1 bits into JDK 8 and update image builds
Reviewed-by: tbell
juh [Fri, 03 May 2013 15:04:54 -0700] rev 17427
8005922: TEST_BUG: There is no /tmp directory for windows system.
Reviewed-by: weijun
mduigou [Fri, 03 May 2013 10:57:28 -0700] rev 17426
8013528: Provide SharedSecrets access to String(char[], boolean) constructor
Reviewed-by: martin, alanb, chegar, plevart
jbachorik [Thu, 02 May 2013 13:21:09 +0200] rev 17425
7199324: Connection ID for IPv6 addresses is not generated accordingly to the specification
Summary: RemoteServer.getClientHost is returning a String with an IPv6 literal address and we need to enclose it in [] when building the connection id
Reviewed-by: alanb, sjiang
weijun [Fri, 03 May 2013 10:43:24 +0800] rev 17424
8013855: DigestMD5Client has not checked RealmChoiceCallback value
Reviewed-by: xuelei, mullan
khazra [Thu, 02 May 2013 14:26:51 -0700] rev 17423
8013140: Heap corruption with NetworkInterface.getByInetAddress() and long i/f name
Summary: Remove buffer overruns in native code
Reviewed-by: alanb, chegar
kizune [Thu, 02 May 2013 21:23:44 +0400] rev 17422
8013155: [pack200] improve performance of pack200
Reviewed-by: ksrini, jrose