Mon, 06 May 2013 21:24:37 -0700 8013252: Regex Matcher .start and .end should be accessible by group name
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
Mon, 06 May 2013 20:54:54 -0700 8003258: BufferedReader.lines()
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>
Mon, 06 May 2013 20:54:48 -0700 8013150: Iterator.remove and forEachRemaining relationship not specified
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>
Mon, 06 May 2013 20:54:42 -0700 8013712: Add Objects.nonNull and Objects.isNull
mduigou [Mon, 06 May 2013 20:54:42 -0700] rev 17431
8013712: Add Objects.nonNull and Objects.isNull Reviewed-by: mchung, darcy
Mon, 06 May 2013 14:17:59 -0700 8003992: File and other classes in java.io do not handle embedded nulls properly
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
Mon, 06 May 2013 06:05:06 +0200 Merge
dwanvik [Mon, 06 May 2013 06:05:06 +0200] rev 17429
Merge
Mon, 06 May 2013 05:51:01 +0200 8013403: Update JDK8 with Java DB 10.10.1.1.
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
Fri, 03 May 2013 15:04:54 -0700 8005922: TEST_BUG: There is no /tmp directory for windows system.
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
Fri, 03 May 2013 10:57:28 -0700 8013528: Provide SharedSecrets access to String(char[], boolean) constructor
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
Thu, 02 May 2013 13:21:09 +0200 7199324: Connection ID for IPv6 addresses is not generated accordingly to the specification
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
Fri, 03 May 2013 10:43:24 +0800 8013855: DigestMD5Client has not checked RealmChoiceCallback value
weijun [Fri, 03 May 2013 10:43:24 +0800] rev 17424
8013855: DigestMD5Client has not checked RealmChoiceCallback value Reviewed-by: xuelei, mullan
Thu, 02 May 2013 14:26:51 -0700 8013140: Heap corruption with NetworkInterface.getByInetAddress() and long i/f name
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
Thu, 02 May 2013 21:23:44 +0400 8013155: [pack200] improve performance of pack200
kizune [Thu, 02 May 2013 21:23:44 +0400] rev 17422
8013155: [pack200] improve performance of pack200 Reviewed-by: ksrini, jrose
Thu, 02 May 2013 09:18:56 -0700 8012645: Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile
mduigou [Thu, 02 May 2013 09:18:56 -0700] rev 17421
8012645: Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile Reviewed-by: mduigou, henryjen, alanb, martin, psandoz Contributed-by: akhil.arora@oracle.com, brian.goetz@oracle.com
Wed, 01 May 2013 15:08:31 -0700 8013225: Refresh jdk's private ASM to the latest.
ksrini [Wed, 01 May 2013 15:08:31 -0700] rev 17420
8013225: Refresh jdk's private ASM to the latest. Reviewed-by: mduigou, sundar
Fri, 17 May 2013 10:06:20 -0700 Merge
lana [Fri, 17 May 2013 10:06:20 -0700] rev 17419
Merge
Fri, 17 May 2013 14:11:06 +0400 8013426: TEST_BUG: java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java fails with "RuntimeException: The data should be available" on Linux
kshefov [Fri, 17 May 2013 14:11:06 +0400] rev 17418
8013426: TEST_BUG: java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java fails with "RuntimeException: The data should be available" on Linux Reviewed-by: anthony, serb
Fri, 17 May 2013 14:08:59 +0400 8014721: TEST_BUG: java/awt/TrayIcon/DragEventSource/DragEventSource.java fails with java.lang.UnsupportedOperationException
kshefov [Fri, 17 May 2013 14:08:59 +0400] rev 17417
8014721: TEST_BUG: java/awt/TrayIcon/DragEventSource/DragEventSource.java fails with java.lang.UnsupportedOperationException Reviewed-by: anthony, serb
Fri, 17 May 2013 11:02:55 +0400 7079254: Toolkit eventListener leaks memory
pchelko [Fri, 17 May 2013 11:02:55 +0400] rev 17416
7079254: Toolkit eventListener leaks memory Reviewed-by: serb, art
Wed, 15 May 2013 16:49:34 +0400 8014227: JLightweightFrame needs another synchronization policy
ant [Wed, 15 May 2013 16:49:34 +0400] rev 17415
8014227: JLightweightFrame needs another synchronization policy Reviewed-by: art
Tue, 14 May 2013 17:25:59 +0400 8014423: [macosx] The scrollbar's block increment performs incorrectly
serb [Tue, 14 May 2013 17:25:59 +0400] rev 17414
8014423: [macosx] The scrollbar's block increment performs incorrectly Reviewed-by: anthony, art
Tue, 14 May 2013 16:39:55 +0400 8002045: Auto failed and threw exception:java.lang.UnsatisfiedLinkError:
pchelko [Tue, 14 May 2013 16:39:55 +0400] rev 17413
8002045: Auto failed and threw exception:java.lang.UnsatisfiedLinkError: Reviewed-by: serb, anthony
Thu, 09 May 2013 18:42:30 -0700 Merge
lana [Thu, 09 May 2013 18:42:30 -0700] rev 17412
Merge
Wed, 08 May 2013 15:58:30 +0400 8013841: [macosx] Animations not disabled for CALayers used via JAWT
serb [Wed, 08 May 2013 15:58:30 +0400] rev 17411
8013841: [macosx] Animations not disabled for CALayers used via JAWT Reviewed-by: anthony, alexsch
Mon, 06 May 2013 16:23:36 +0400 7161575: [macosx] On MacOSX port java.awt.Toolkit.is/setDynamicLayout() are not consistent
serb [Mon, 06 May 2013 16:23:36 +0400] rev 17410
7161575: [macosx] On MacOSX port java.awt.Toolkit.is/setDynamicLayout() are not consistent Reviewed-by: anthony, art
Fri, 17 May 2013 10:04:12 -0700 Merge
lana [Fri, 17 May 2013 10:04:12 -0700] rev 17409
Merge
Fri, 17 May 2013 14:18:44 +0400 8000936: Enable Java2D D3D pipeline on newer Intel chipsets : Intel HD and later
vadim [Fri, 17 May 2013 14:18:44 +0400] rev 17408
8000936: Enable Java2D D3D pipeline on newer Intel chipsets : Intel HD and later Reviewed-by: prr, bae
Fri, 17 May 2013 17:19:21 +0400 4892259: GIF ImageReader does not call passComplete in IIOReadUpdateListener
vadim [Fri, 17 May 2013 17:19:21 +0400] rev 17407
4892259: GIF ImageReader does not call passComplete in IIOReadUpdateListener Reviewed-by: prr, bae
Thu, 09 May 2013 19:17:43 -0700 Merge
lana [Thu, 09 May 2013 19:17:43 -0700] rev 17406
Merge
Tue, 07 May 2013 09:32:37 -0700 8011069: Printing: NullPointerException since jdk8 b82 showing native Page Setup Dialog.
jgodinez [Tue, 07 May 2013 09:32:37 -0700] rev 17405
8011069: Printing: NullPointerException since jdk8 b82 showing native Page Setup Dialog. Reviewed-by: bae, prr
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip