alanb [Wed, 08 May 2013 18:00:10 +0100] rev 17444
8013652: (profiles) Add javax.script to compact1
Reviewed-by: mchung, dholmes
weijun [Wed, 08 May 2013 08:25:34 +0800] rev 17443
8012679: Let allow_weak_crypto default to false
Reviewed-by: valeriep
briangoetz [Mon, 06 May 2013 11:43:51 -0400] rev 17442
8012664: Add tests for java.util.stream and lambda translation
Reviewed-by: mduigou, briangoetz
Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>, Mike Duigou <mike.duigou@oracle.com>, Robert Field <robert.field@oracle.com>, Jim Gish <jim.gish@oracle.com>
mduigou [Tue, 07 May 2013 12:05:52 -0700] rev 17441
4802647: Throw required NPEs from removeAll()/retainAll()
Reviewed-by: mduigou, chegar, dholmes
Contributed-by: Brandon Passanisi <brandon.passanisi@oracle.com>
naoto [Tue, 07 May 2013 11:31:08 -0700] rev 17440
8013086: NPE thrown by SimpleDateFormat with TimeZoneNameProvider supplied
Reviewed-by: okutsu
sla [Tue, 07 May 2013 20:00:47 +0200] rev 17439
8004007: test/sun/tools/jinfo/Basic.sh fails on when runSA is set to true
Reviewed-by: alanb, dsamersoff
sla [Tue, 07 May 2013 19:57:55 +0200] rev 17438
6980985: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage is not robust when getMax() returns -1
7181907: TEST_BUG: j/l/management/MemoryMXBean/ResetPeakMemoryUsage fails with NegativeArraySizeException
7148492: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java failing since update to hs23-b15 or b16
Reviewed-by: mchung, brutisso
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