Mon, 11 Feb 2013 16:12:53 -0800 Merge
lana [Mon, 11 Feb 2013 16:12:53 -0800] rev 15546
Merge
Tue, 05 Feb 2013 14:56:34 +0000 8007389: Remove uses of _ as identifier in jaxp
emc [Tue, 05 Feb 2013 14:56:34 +0000] rev 15545
8007389: Remove uses of _ as identifier in jaxp Reviewed-by: lancea, joehw
Thu, 07 Feb 2013 12:32:59 -0800 Added tag jdk8-b76 for changeset 503de5a7b5ef
katleman [Thu, 07 Feb 2013 12:32:59 -0800] rev 15544
Added tag jdk8-b76 for changeset 503de5a7b5ef
Wed, 05 Jul 2017 18:39:58 +0200 Merge
duke [Wed, 05 Jul 2017 18:39:58 +0200] rev 15543
Merge
Thu, 07 Feb 2013 12:32:39 -0800 Added tag jdk8-b76 for changeset 2fea158ee664
katleman [Thu, 07 Feb 2013 12:32:39 -0800] rev 15542
Added tag jdk8-b76 for changeset 2fea158ee664
Wed, 05 Jul 2017 18:39:54 +0200 Merge
duke [Wed, 05 Jul 2017 18:39:54 +0200] rev 15541
Merge
Mon, 11 Feb 2013 16:14:27 -0800 Merge
lana [Mon, 11 Feb 2013 16:14:27 -0800] rev 15540
Merge
Tue, 05 Feb 2013 11:11:53 -0800 Merge
lana [Tue, 05 Feb 2013 11:11:53 -0800] rev 15539
Merge
Tue, 05 Feb 2013 14:25:47 +0000 8007483: attributes are ignored when loading keys from a PKCS12 keystore
vinnie [Tue, 05 Feb 2013 14:25:47 +0000] rev 15538
8007483: attributes are ignored when loading keys from a PKCS12 keystore Reviewed-by: mullan
Tue, 05 Feb 2013 12:36:32 +0100 8005791: Remove java.beans.* imports from com.sun.jmx.mbeanserver.Introspector
jbachorik [Tue, 05 Feb 2013 12:36:32 +0100] rev 15537
8005791: Remove java.beans.* imports from com.sun.jmx.mbeanserver.Introspector Reviewed-by: rbackman
Tue, 05 Feb 2013 12:28:47 +0100 7170447: Intermittent DeadListenerTest.java failure
jbachorik [Tue, 05 Feb 2013 12:28:47 +0100] rev 15536
7170447: Intermittent DeadListenerTest.java failure Summary: Due to asynchronous nature of processing server notifications it may happen that an "unregister" notification ha$ Reviewed-by: sjiang
Mon, 04 Feb 2013 22:37:44 -0800 Merge
lana [Mon, 04 Feb 2013 22:37:44 -0800] rev 15535
Merge
Mon, 04 Feb 2013 17:56:29 -0800 8007113: Upgrade AnnotatedElement.isAnnotionPresent to be a default method
darcy [Mon, 04 Feb 2013 17:56:29 -0800] rev 15534
8007113: Upgrade AnnotatedElement.isAnnotionPresent to be a default method Reviewed-by: chegar, jfranck
Mon, 04 Feb 2013 11:58:43 -0800 8006295: Base64.Decoder.wrap(java.io.InputStream) returns InputStream which throws unspecified IOException on attempt to decode invalid Base64 byte stream
sherman [Mon, 04 Feb 2013 11:58:43 -0800] rev 15533
8006295: Base64.Decoder.wrap(java.io.InputStream) returns InputStream which throws unspecified IOException on attempt to decode invalid Base64 byte stream 8006315: Base64.Decoder decoding methods are not consistent in treating non-padded data 8006530: Base64.getMimeDecoder().decode() throws exception for non-base64 character after adding = Summary: updated the spec to describe the expected behave explicitly and the implementation to follow Reviewed-by: alanb, chegar, lancea
Mon, 04 Feb 2013 17:20:26 +0000 8006994: Cleanup PKCS12 tests to ensure streams get closed
vinnie [Mon, 04 Feb 2013 17:20:26 +0000] rev 15532
8006994: Cleanup PKCS12 tests to ensure streams get closed Reviewed-by: mullan
Sun, 03 Feb 2013 21:39:58 +0400 8002048: Protocol to discovery of manageable Java processes on a network
dsamersoff [Sun, 03 Feb 2013 21:39:58 +0400] rev 15531
8002048: Protocol to discovery of manageable Java processes on a network Summary: Introduce a protocol to discover manageble Java instances across a network subnet, JDP Reviewed-by: sla, dfuchs
Sun, 03 Feb 2013 18:20:24 +0400 6471906: java.lang.NegativeArraySizeException in tenToThe
dmeetry [Sun, 03 Feb 2013 18:20:24 +0400] rev 15530
6471906: java.lang.NegativeArraySizeException in tenToThe Reviewed-by: darcy Contributed-by: brian.burkhalter@oracle.com
Sat, 02 Feb 2013 12:08:43 -0800 8007135: tools/launcher/VersionCheck.java failing with new tool jabswitch
ksrini [Sat, 02 Feb 2013 12:08:43 -0800] rev 15529
8007135: tools/launcher/VersionCheck.java failing with new tool jabswitch Reviewed-by: ksrini, mduigou Contributed-by: ragini.prasad@oracle.com
Sat, 02 Feb 2013 17:15:13 +0000 8007322: untangle ftp protocol from general networking URL tests
chegar [Sat, 02 Feb 2013 17:15:13 +0000] rev 15528
8007322: untangle ftp protocol from general networking URL tests Reviewed-by: alanb
Fri, 01 Feb 2013 22:18:18 -0800 8007428: [launcher] add tools/launcher/FXLauncherTest.java to ProblemList.txt
ksrini [Fri, 01 Feb 2013 22:18:18 -0800] rev 15527
8007428: [launcher] add tools/launcher/FXLauncherTest.java to ProblemList.txt Reviewed-by: mchung
Fri, 01 Feb 2013 22:12:52 -0800 8003549: (pack200) assertion errors when processing lambda class files with IMethods
ksrini [Fri, 01 Feb 2013 22:12:52 -0800] rev 15526
8003549: (pack200) assertion errors when processing lambda class files with IMethods Summary: add more check for opcode, sketch provided by jrose Reviewed-by: jrose
Fri, 01 Feb 2013 19:30:02 -0800 6964528: Double.toHexString(double d) String manipulation with + in an append of StringBuilder
darcy [Fri, 01 Feb 2013 19:30:02 -0800] rev 15525
6964528: Double.toHexString(double d) String manipulation with + in an append of StringBuilder Reviewed-by: shade
Fri, 01 Feb 2013 21:01:44 +0000 5035569: Formatter should document that %a conversion unsupported for BigDecimal args
alanb [Fri, 01 Feb 2013 21:01:44 +0000] rev 15524
5035569: Formatter should document that %a conversion unsupported for BigDecimal args Reviewed-by: darcy Contributed-by: brian.burkhalter@oracle.com
Fri, 01 Feb 2013 07:25:51 -0800 8006536: [launcher] removes trailing slashes on arguments
ksrini [Fri, 01 Feb 2013 07:25:51 -0800] rev 15523
8006536: [launcher] removes trailing slashes on arguments Reviewed-by: ksrini, akhil Contributed-by: jviswana@linux.vnet.ibm.com
Fri, 01 Feb 2013 06:51:37 +0000 8006395: Race in async socket close on Linux
chegar [Fri, 01 Feb 2013 06:51:37 +0000] rev 15522
8006395: Race in async socket close on Linux Reviewed-by: alanb, dsamersoff
Fri, 01 Feb 2013 07:39:41 +0800 8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit
weijun [Fri, 01 Feb 2013 07:39:41 +0800] rev 15521
8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit Reviewed-by: alanb
Thu, 31 Jan 2013 14:29:19 -0800 6355704: (fmt) %f formatting of BigDecimals is incorrect
mchung [Thu, 31 Jan 2013 14:29:19 -0800] rev 15520
6355704: (fmt) %f formatting of BigDecimals is incorrect Reviewed-by: darcy Contributed-by: brian.burkhalter@oracle.com
Thu, 31 Jan 2013 14:10:14 -0800 Merge
lana [Thu, 31 Jan 2013 14:10:14 -0800] rev 15519
Merge
Thu, 31 Jan 2013 10:22:25 -0800 Merge
lana [Thu, 31 Jan 2013 10:22:25 -0800] rev 15518
Merge
Thu, 31 Jan 2013 13:27:04 -0800 8006709: Add minimal support of MacOSX platform for NetBeans Projects
mduigou [Thu, 31 Jan 2013 13:27:04 -0800] rev 15517
8006709: Add minimal support of MacOSX platform for NetBeans Projects Summary: Adds support for MacOSX platform and architecture detection. Other minor updates (-source/target 1.8) Reviewed-by: ohair
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip