Tue, 30 Jul 2013 11:32:26 +0100 8021863: Stream.concat incorrectly calculates unsized state
psandoz [Tue, 30 Jul 2013 11:32:26 +0100] rev 19072
8021863: Stream.concat incorrectly calculates unsized state Reviewed-by: chegar
Tue, 30 Jul 2013 15:47:35 -0700 8020977: StringJoiner merges with itself not as expected
henryjen [Tue, 30 Jul 2013 15:47:35 -0700] rev 19071
8020977: StringJoiner merges with itself not as expected Reviewed-by: psandoz, chegar, mduigou, smarks
Tue, 30 Jul 2013 14:43:19 -0700 8021767: test/java/time/tck/java/time/format/TCKFormatStyle.java failing
sherman [Tue, 30 Jul 2013 14:43:19 -0700] rev 19070
8021767: test/java/time/tck/java/time/format/TCKFormatStyle.java failing Summary: Correct to use fixed locale, not locale of test environment Reviewed-by: alanb, okutsu Contributed-by: roger.riggs@oracle.com
Tue, 30 Jul 2013 11:04:19 -0700 8021833: javadoc cleanup in java.net
juh [Tue, 30 Jul 2013 11:04:19 -0700] rev 19069
8021833: javadoc cleanup in java.net Summary: <code> and <tt> converted to {@code }; package.html to package-info.java Reviewed-by: darcy, chegar
Mon, 29 Jul 2013 19:36:54 -0700 8021841: Remove SSLEngineDeadlock.java from problem list
xuelei [Mon, 29 Jul 2013 19:36:54 -0700] rev 19068
8021841: Remove SSLEngineDeadlock.java from problem list Reviewed-by: wetmore
Mon, 29 Jul 2013 13:43:24 -0700 8020424: The NSS version should be detected before running crypto tests
ascarpino [Mon, 29 Jul 2013 13:43:24 -0700] rev 19067
8020424: The NSS version should be detected before running crypto tests Reviewed-by: valeriep
Fri, 19 Jul 2013 11:34:33 -0700 8012971: PKCS11Test hiding exception failures
ascarpino [Fri, 19 Jul 2013 11:34:33 -0700] rev 19066
8012971: PKCS11Test hiding exception failures Reviewed-by: vinnie, valeriep
Mon, 29 Jul 2013 19:41:02 +0100 8020156: TreeMap.values().spliterator() does not report ORDERED
psandoz [Mon, 29 Jul 2013 19:41:02 +0100] rev 19065
8020156: TreeMap.values().spliterator() does not report ORDERED 8020009: TreeMap.entrySet().spliterator() reports SORTED + null comparator but the elements are not Comparable Reviewed-by: mduigou
Mon, 29 Jul 2013 21:39:21 +0530 8021773: print function as defined by jrunscript's init.js script is incompatible with nashorn's definition
sundar [Mon, 29 Jul 2013 21:39:21 +0530] rev 19064
8021773: print function as defined by jrunscript's init.js script is incompatible with nashorn's definition Reviewed-by: hannesw, lagergren
Sat, 27 Jul 2013 12:26:01 -0700 8021588: Remove explicit othervm execution from jdk/test/Makefile
mduigou [Sat, 27 Jul 2013 12:26:01 -0700] rev 19063
8021588: Remove explicit othervm execution from jdk/test/Makefile Reviewed-by: alanb
Sat, 27 Jul 2013 10:27:04 -0700 8021609: Fix doclint issues in java.nio.charset
darcy [Sat, 27 Jul 2013 10:27:04 -0700] rev 19062
8021609: Fix doclint issues in java.nio.charset Reviewed-by: alanb
Fri, 26 Jul 2013 17:09:30 -0700 8020641: Clean up some code style in recent BigInteger contributions
bpb [Fri, 26 Jul 2013 17:09:30 -0700] rev 19061
8020641: Clean up some code style in recent BigInteger contributions Summary: Some minor cleanup to adhere better to Java coding conventions. Reviewed-by: darcy Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Fri, 26 Jul 2013 17:03:19 -0700 8014319: Faster division of large integers
bpb [Fri, 26 Jul 2013 17:03:19 -0700] rev 19060
8014319: Faster division of large integers Summary: Implement Burnickel-Ziegler division algorithm in BigInteger Reviewed-by: bpb, martin Contributed-by: Tim Buktu <tbuktu@hotmail.com>
Fri, 26 Jul 2013 17:23:20 -0700 8021601: Add unit test for PriorityQueue(Comparator) constructor
mduigou [Fri, 26 Jul 2013 17:23:20 -0700] rev 19059
8021601: Add unit test for PriorityQueue(Comparator) constructor Reviewed-by: darcy, alanb
Fri, 26 Jul 2013 15:16:53 -0700 Merge
lana [Fri, 26 Jul 2013 15:16:53 -0700] rev 19058
Merge
Fri, 26 Jul 2013 14:07:32 -0700 Merge
lana [Fri, 26 Jul 2013 14:07:32 -0700] rev 19057
Merge
Fri, 26 Jul 2013 14:16:53 -0700 8019544: Need to run ProviderTest.java in othervm mode.
juh [Fri, 26 Jul 2013 14:16:53 -0700] rev 19056
8019544: Need to run ProviderTest.java in othervm mode. Reviewed-by: wetmore, xuelei, vinnie Contributed-by: rajan.halade@oracle.com
Fri, 26 Jul 2013 10:12:14 +0200 8020875: java/lang/management/ThreadMXBean/ResetPeakThreadCount.java fails intermittently
jbachorik [Fri, 26 Jul 2013 10:12:14 +0200] rev 19055
8020875: java/lang/management/ThreadMXBean/ResetPeakThreadCount.java fails intermittently Reviewed-by: dfuchs, chegar
Fri, 26 Jul 2013 17:22:08 +0900 8021108: Clean up doclint warnings and errors in java.text package
peytoia [Fri, 26 Jul 2013 17:22:08 +0900] rev 19054
8021108: Clean up doclint warnings and errors in java.text package Reviewed-by: darcy, okutsu
Thu, 25 Jul 2013 20:03:20 -0700 8021429: Fix lint warnings in java.lang.ref
darcy [Thu, 25 Jul 2013 20:03:20 -0700] rev 19053
8021429: Fix lint warnings in java.lang.ref Reviewed-by: lancea, mduigou, alanb
Thu, 25 Jul 2013 20:30:58 -0400 Merge
mullan [Thu, 25 Jul 2013 20:30:58 -0400] rev 19052
Merge
Thu, 25 Jul 2013 20:12:14 -0400 8012288: XML DSig API allows wrong tag names and extra elements in SignedInfo
mullan [Thu, 25 Jul 2013 20:12:14 -0400] rev 19051
8012288: XML DSig API allows wrong tag names and extra elements in SignedInfo Reviewed-by: xuelei
Thu, 25 Jul 2013 13:20:19 -0700 8021148: Regression in SAXParserImpl in 7u40 b34 (NPE)
joehw [Thu, 25 Jul 2013 13:20:19 -0700] rev 19050
8021148: Regression in SAXParserImpl in 7u40 b34 (NPE) Reviewed-by: chegar, lancea, dfuchs
Thu, 25 Jul 2013 19:45:36 +0100 8021421: More doclint fixes in java.net
chegar [Thu, 25 Jul 2013 19:45:36 +0100] rev 19049
8021421: More doclint fixes in java.net Reviewed-by: lancea, darcy
Thu, 25 Jul 2013 19:37:37 +0100 8021417: Fix doclint issues in java.util.concurrent
chegar [Thu, 25 Jul 2013 19:37:37 +0100] rev 19048
8021417: Fix doclint issues in java.util.concurrent Reviewed-by: chegar, lancea Contributed-by: Doug Lea <dl@cs.oswego.edu>
Thu, 25 Jul 2013 09:59:55 -0700 8021408: Fix misc doclint issues in java.util and java.io
darcy [Thu, 25 Jul 2013 09:59:55 -0700] rev 19047
8021408: Fix misc doclint issues in java.util and java.io Reviewed-by: dholmes, chegar, psandoz
Thu, 25 Jul 2013 11:09:28 -0400 Merge
mullan [Thu, 25 Jul 2013 11:09:28 -0400] rev 19046
Merge
Thu, 25 Jul 2013 10:58:00 -0400 8010748: Add PKIXRevocationChecker NO_FALLBACK option and improve SOFT_FAIL option
mullan [Thu, 25 Jul 2013 10:58:00 -0400] rev 19045
8010748: Add PKIXRevocationChecker NO_FALLBACK option and improve SOFT_FAIL option Reviewed-by: vinnie
Wed, 24 Jul 2013 22:52:01 +0100 8021261: ProblemList.txt updates (7/2013)
chegar [Wed, 24 Jul 2013 22:52:01 +0100] rev 19044
8021261: ProblemList.txt updates (7/2013) Reviewed-by: alanb, mcimadamore
Wed, 24 Jul 2013 12:48:10 -0700 8016916: UnstructuredName should support DirectoryString
juh [Wed, 24 Jul 2013 12:48:10 -0700] rev 19043
8016916: UnstructuredName should support DirectoryString Reviewed-by: mullan
Wed, 24 Jul 2013 15:47:10 +0200 8016221: A unit test should not use a fix port to run a jmx connector
sjiang [Wed, 24 Jul 2013 15:47:10 +0200] rev 19042
8016221: A unit test should not use a fix port to run a jmx connector Reviewed-by: jbachorik, dfuchs
Tue, 23 Jul 2013 13:21:07 -0700 Merge
mduigou [Tue, 23 Jul 2013 13:21:07 -0700] rev 19041
Merge
Tue, 23 Jul 2013 13:20:11 -0700 8019840: Spec updates for java.util.function
mduigou [Tue, 23 Jul 2013 13:20:11 -0700] rev 19040
8019840: Spec updates for java.util.function Reviewed-by: mduigou, chegar Contributed-by: brian.goetz@oracle.com
Tue, 23 Jul 2013 18:57:57 +0400 8016838: improvement of RedefineBigClass and RetransformBigClass tests
igerasim [Tue, 23 Jul 2013 18:57:57 +0400] rev 19039
8016838: improvement of RedefineBigClass and RetransformBigClass tests Reviewed-by: dcubed
Mon, 22 Jul 2013 22:11:44 -0700 8021109: Add serialVersionUID to LambdaConversionException.java
darcy [Mon, 22 Jul 2013 22:11:44 -0700] rev 19038
8021109: Add serialVersionUID to LambdaConversionException.java Reviewed-by: jrose
Mon, 22 Jul 2013 12:59:09 -0700 6799426: Adds constructor PriorityQueue(Comparator)
mduigou [Mon, 22 Jul 2013 12:59:09 -0700] rev 19037
6799426: Adds constructor PriorityQueue(Comparator) Reviewed-by: lancea
Mon, 22 Jul 2013 15:26:11 +0100 8020976: Ensure consistent insertion for ConcurrentHashMap
dl [Mon, 22 Jul 2013 15:26:11 +0100] rev 19036
8020976: Ensure consistent insertion for ConcurrentHashMap Reviewed-by: chegar
Mon, 22 Jul 2013 15:24:26 +0100 8020498: Crash when both libnet.so and libmawt.so are loaded
khazra [Mon, 22 Jul 2013 15:24:26 +0100] rev 19035
8020498: Crash when both libnet.so and libmawt.so are loaded Reviewed-by: chegar, dsamersoff
Sat, 20 Jul 2013 11:39:39 -0700 8020971: Fix doclint issues in java.nio.*
darcy [Sat, 20 Jul 2013 11:39:39 -0700] rev 19034
8020971: Fix doclint issues in java.nio.* Reviewed-by: lancea
Fri, 19 Jul 2013 09:42:58 -0700 8020948: Fix doclint issues in misc package-info.java files
darcy [Fri, 19 Jul 2013 09:42:58 -0700] rev 19033
8020948: Fix doclint issues in misc package-info.java files Reviewed-by: dholmes, chegar
Fri, 19 Jul 2013 12:53:36 +0400 8016579: (process) IOException thrown by ProcessBuilder.start() method is incorrectly encoded
uta [Fri, 19 Jul 2013 12:53:36 +0400] rev 19032
8016579: (process) IOException thrown by ProcessBuilder.start() method is incorrectly encoded Reviewed-by: martin, dxu
Thu, 18 Jul 2013 23:16:52 -0700 8020810: Typo in javadoc for Class.toGenericString()
darcy [Thu, 18 Jul 2013 23:16:52 -0700] rev 19031
8020810: Typo in javadoc for Class.toGenericString() Reviewed-by: dholmes
Thu, 18 Jul 2013 11:02:02 -0700 8016025: JSR 310 DateTime API Updates IV
sherman [Thu, 18 Jul 2013 11:02:02 -0700] rev 19030
8016025: JSR 310 DateTime API Updates IV 8020418: Cleanup of -Xlint warnings in java.time 8016623: test/java/time/format/TestDateTimeTextProvider.java failing Summary: Integration of JSR310 Date/Time API update IV Reviewed-by: sherman Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, masayoshi.okutsu@oracle.com, patrick.zhang@oracle.com, chand.basha@oracle.com
Thu, 18 Jul 2013 10:49:08 -0700 8020426: Fix doclint accessibility issues in java.io
juh [Thu, 18 Jul 2013 10:49:08 -0700] rev 19029
8020426: Fix doclint accessibility issues in java.io Reviewed-by: mduigou, darcy, chegar
Wed, 31 Jul 2013 12:56:26 -0700 Merge
lana [Wed, 31 Jul 2013 12:56:26 -0700] rev 19028
Merge
Tue, 30 Jul 2013 17:46:01 +0400 8015300: JComboBox text sometimes become selected, sometimes not (Windows LAF)
malenkov [Tue, 30 Jul 2013 17:46:01 +0400] rev 19027
8015300: JComboBox text sometimes become selected, sometimes not (Windows LAF) Reviewed-by: alexsch, serb
Tue, 30 Jul 2013 16:15:31 +0400 8020927: JLightweightFrame API should export layout properties change notifications
ant [Tue, 30 Jul 2013 16:15:31 +0400] rev 19026
8020927: JLightweightFrame API should export layout properties change notifications Reviewed-by: anthony
Mon, 29 Jul 2013 18:48:54 +0400 8010782: clean up source files containing carriage return characters
malenkov [Mon, 29 Jul 2013 18:48:54 +0400] rev 19025
8010782: clean up source files containing carriage return characters Reviewed-by: alexsch, art
Mon, 29 Jul 2013 16:57:46 +0400 6230360: Spelling mistake in documentation for AWT: 1.4, 1.5, 1.6, 1.7
serb [Mon, 29 Jul 2013 16:57:46 +0400] rev 19024
6230360: Spelling mistake in documentation for AWT: 1.4, 1.5, 1.6, 1.7 Reviewed-by: malenkov, art
Fri, 26 Jul 2013 15:19:30 -0700 Merge
lana [Fri, 26 Jul 2013 15:19:30 -0700] rev 19023
Merge
Fri, 26 Jul 2013 16:22:29 +0400 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr [Fri, 26 Jul 2013 16:22:29 +0400] rev 19022
8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working Reviewed-by: anthony, serb
Wed, 24 Jul 2013 17:14:45 +0400 8017189: [macosx] AWT program menu disabled on Mac
serb [Wed, 24 Jul 2013 17:14:45 +0400] rev 19021
8017189: [macosx] AWT program menu disabled on Mac Reviewed-by: leonidr, anthony
Tue, 23 Jul 2013 13:09:44 +0400 7184951: [macosx] Exception at java.awt.datatransfer on headless mode (only in GUI session)
pchelko [Tue, 23 Jul 2013 13:09:44 +0400] rev 19020
7184951: [macosx] Exception at java.awt.datatransfer on headless mode (only in GUI session) Reviewed-by: art, anthony
Mon, 22 Jul 2013 20:33:35 +0400 8015926: NPE when using SynthTreeUI's expandPath()
malenkov [Mon, 22 Jul 2013 20:33:35 +0400] rev 19019
8015926: NPE when using SynthTreeUI's expandPath() Reviewed-by: alexsch
Mon, 22 Jul 2013 15:36:30 +0400 8019975: closed/javax/swing/JFileChooser/4966171/bug4966171.java throws java.io.NotSerializableException: javax.swing.plaf.basic.BasicFileChooserUI$AcceptAllFileFilter
malenkov [Mon, 22 Jul 2013 15:36:30 +0400] rev 19018
8019975: closed/javax/swing/JFileChooser/4966171/bug4966171.java throws java.io.NotSerializableException: javax.swing.plaf.basic.BasicFileChooserUI$AcceptAllFileFilter Reviewed-by: alexsch
Wed, 31 Jul 2013 13:11:31 +0400 8020983: OutOfMemoryError caused by non garbage collected JPEGImageWriter Instances
bae [Wed, 31 Jul 2013 13:11:31 +0400] rev 19017
8020983: OutOfMemoryError caused by non garbage collected JPEGImageWriter Instances Reviewed-by: prr, flar
Tue, 30 Jul 2013 13:01:44 -0700 8021835: Fix for 8016343 will not compile on Windows.
jgodinez [Tue, 30 Jul 2013 13:01:44 -0700] rev 19016
8021835: Fix for 8016343 will not compile on Windows. Reviewed-by: jchen, prr
Fri, 26 Jul 2013 17:12:05 -0700 Merge
lana [Fri, 26 Jul 2013 17:12:05 -0700] rev 19015
Merge
Fri, 26 Jul 2013 15:46:18 -0700 Merge
lana [Fri, 26 Jul 2013 15:46:18 -0700] rev 19014
Merge
Fri, 26 Jul 2013 15:25:12 -0700 8016343: [macosx] Print job goes to default printer regardless of chosen printer
jgodinez [Fri, 26 Jul 2013 15:25:12 -0700] rev 19013
8016343: [macosx] Print job goes to default printer regardless of chosen printer Reviewed-by: jchen, prr
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip