Sun, 02 Dec 2012 19:16:56 -0500 7200297: agent code does not handle multiple boot library path elements correctly
dholmes [Sun, 02 Dec 2012 19:16:56 -0500] rev 14698
7200297: agent code does not handle multiple boot library path elements correctly Summary: When bug 6819213 was fixed it enabled sun.boot.library.path property to contain multiple paths. Code in agents does not handle multiple paths when attempting to find dependent shared libs. Reviewed-by: dholmes, sspitsyn, dsamersoff Contributed-by: Bill Pittore <bill.pittore@oracle.com>
Sun, 02 Dec 2012 16:37:31 +0000 8003846: Override mechanism for currency data should not require creating currency.properties in java.home
alanb [Sun, 02 Dec 2012 16:37:31 +0000] rev 14697
8003846: Override mechanism for currency data should not require creating currency.properties in java.home Reviewed-by: naoto
Sat, 01 Dec 2012 11:36:25 -0800 8004212: java.util.Base64 methods decodeArray and decodeBuffer should return the number of bytes written
sherman [Sat, 01 Dec 2012 11:36:25 -0800] rev 14696
8004212: java.util.Base64 methods decodeArray and decodeBuffer should return the number of bytes written Summary: to return the length instead of position Reviewed-by: alanb
Fri, 30 Nov 2012 16:33:50 -0800 Merge
lana [Fri, 30 Nov 2012 16:33:50 -0800] rev 14695
Merge
Fri, 30 Nov 2012 12:00:07 -0800 7197662: (prefs) java/util/prefs/AddNodeChangeListener.java fails by timeout or by "couldn't get file lock"
khazra [Fri, 30 Nov 2012 12:00:07 -0800] rev 14694
7197662: (prefs) java/util/prefs/AddNodeChangeListener.java fails by timeout or by "couldn't get file lock" Summary: Set -Djava.util.prefs.userRoot to current working directory of user in the prefs tests Reviewed-by: alanb, chegar, weijun, dxu
Fri, 30 Nov 2012 09:47:17 +0100 8004110: Remove debug code form sun/reflect/annotation/AnnotationSupport.java
jfranck [Fri, 30 Nov 2012 09:47:17 +0100] rev 14693
8004110: Remove debug code form sun/reflect/annotation/AnnotationSupport.java Reviewed-by: jjg, darcy
Fri, 30 Nov 2012 16:29:32 +0000 7165762: (aio) Default thread pool should be configured so that threads terminated after a timeout period
alanb [Fri, 30 Nov 2012 16:29:32 +0000] rev 14692
7165762: (aio) Default thread pool should be configured so that threads terminated after a timeout period Reviewed-by: chegar
Fri, 30 Nov 2012 11:18:16 +0000 8003949: LogManager, downgrade normative reference to ${java.home}/lib/logging.properties
alanb [Fri, 30 Nov 2012 11:18:16 +0000] rev 14691
8003949: LogManager, downgrade normative reference to ${java.home}/lib/logging.properties Reviewed-by: psandoz, mchung
Fri, 30 Nov 2012 17:24:54 +0800 8004211: Remove unused dlinfo local variable in launcher code
zhangshj [Fri, 30 Nov 2012 17:24:54 +0800] rev 14690
8004211: Remove unused dlinfo local variable in launcher code Reviewed-by: alanb
Fri, 30 Nov 2012 08:17:02 +0100 7155168: java/util/TimeZone/Bug6912560.java: expected Asia/Tokyo
sla [Fri, 30 Nov 2012 08:17:02 +0100] rev 14689
7155168: java/util/TimeZone/Bug6912560.java: expected Asia/Tokyo Reviewed-by: okutsu
Thu, 29 Nov 2012 14:43:46 -0800 8004134: More ProblemList.txt updates (11/2012)
smarks [Thu, 29 Nov 2012 14:43:46 -0800] rev 14688
8004134: More ProblemList.txt updates (11/2012) Reviewed-by: alanb Contributed-by: amy.lu@oracle.com
Wed, 28 Nov 2012 17:31:35 -0800 8004131: move jdi tests out of core testset
smarks [Wed, 28 Nov 2012 17:31:35 -0800] rev 14687
8004131: move jdi tests out of core testset Reviewed-by: alanb, chegar
Thu, 29 Nov 2012 14:09:45 -0800 6553074: String{Buffer,Builder}.indexOf(Str, int) contains unnecessary allocation
mduigou [Thu, 29 Nov 2012 14:09:45 -0800] rev 14686
6553074: String{Buffer,Builder}.indexOf(Str, int) contains unnecessary allocation Summary: It is not necessary to extract the value array with toCharArray. The value array can now be used directly. Reviewed-by: alanb
Thu, 29 Nov 2012 14:07:47 -0800 7175464: entrySetView field is never updated in NavigableSubMap
mduigou [Thu, 29 Nov 2012 14:07:47 -0800] rev 14685
7175464: entrySetView field is never updated in NavigableSubMap Summary: The method entrySet() in AscendingSubMap and DescendingSubMap failed to cache the entrySetView. Reviewed-by: alanb, psandoz
Thu, 29 Nov 2012 17:03:52 +0000 8004141: UnsafeStaticFieldAccessorImpl#base should be final
shade [Thu, 29 Nov 2012 17:03:52 +0000] rev 14684
8004141: UnsafeStaticFieldAccessorImpl#base should be final Reviewed-by: chegar, alanb Contributed-by: peter.levart@gmail.com
Thu, 29 Nov 2012 12:28:02 +0000 8003380: Compiler warnings in logging test code
jgish [Thu, 29 Nov 2012 12:28:02 +0000] rev 14683
8003380: Compiler warnings in logging test code Summary: Use generics, suppress warnings where appropriate, remove unused imports, etc. Reviewed-by: lancea, chegar
Thu, 29 Nov 2012 09:47:31 +0000 Merge
michaelm [Thu, 29 Nov 2012 09:47:31 +0000] rev 14682
Merge
Thu, 29 Nov 2012 09:41:20 +0000 7200720: crash in net.dll during NTLM authentication
michaelm [Thu, 29 Nov 2012 09:41:20 +0000] rev 14681
7200720: crash in net.dll during NTLM authentication Reviewed-by: chegar, dsamersoff
Wed, 28 Nov 2012 10:50:54 -0800 8003869: Eliminate java.lang.invoke.InnerClassLambdaMetafactory dependency on java.util.logging
mchung [Wed, 28 Nov 2012 10:50:54 -0800] rev 14680
8003869: Eliminate java.lang.invoke.InnerClassLambdaMetafactory dependency on java.util.logging Reviewed-by: alanb, dholmes
Wed, 28 Nov 2012 10:49:15 -0800 8003851: MethodHandleNatives dependency on java.sql.DriverManager
mchung [Wed, 28 Nov 2012 10:49:15 -0800] rev 14679
8003851: MethodHandleNatives dependency on java.sql.DriverManager Reviewed-by: alanb, dholmes
Wed, 28 Nov 2012 10:08:31 -0800 Merge
dfuchs [Wed, 28 Nov 2012 10:08:31 -0800] rev 14678
Merge
Wed, 28 Nov 2012 15:14:47 +0100 8003476: Cleanup warnings in com.sun.jmx.snmp code
dfuchs [Wed, 28 Nov 2012 15:14:47 +0100] rev 14677
8003476: Cleanup warnings in com.sun.jmx.snmp code Reviewed-by: alanb, smarks
Wed, 28 Nov 2012 09:21:37 -0800 7154390: Add support for repeating annotations in j.l.r.AnnotatedElement
jfranck [Wed, 28 Nov 2012 09:21:37 -0800] rev 14676
7154390: Add support for repeating annotations in j.l.r.AnnotatedElement Reviewed-by: darcy
Wed, 28 Nov 2012 05:18:57 -0800 8004019: Removes unused method HandshakeHash.setCertificateVerifyAlg()
xuelei [Wed, 28 Nov 2012 05:18:57 -0800] rev 14675
8004019: Removes unused method HandshakeHash.setCertificateVerifyAlg() Summary: certification verification in HandshakeHash was abandoned during TLS 1.2 implementation Reviewed-by: xuelei, weijun Contributed-by: Florian Weimer <fweimer@redhat.com>
Tue, 27 Nov 2012 22:07:11 -0800 8004088: hg push for bug#4235519 failed to push all files
sherman [Tue, 27 Nov 2012 22:07:11 -0800] rev 14674
8004088: hg push for bug#4235519 failed to push all files Summary: pushed all base64 files Reviewed-by: alanb, mduigou
Tue, 27 Nov 2012 21:51:26 -0800 4235519: Make sun.misc.BASE64{De,En}coder classes public
sherman [Tue, 27 Nov 2012 21:51:26 -0800] rev 14673
4235519: Make sun.misc.BASE64{De,En}coder classes public Summary: to add java.util.Base64 Reviewed-by: alanb, mduigou
Wed, 28 Nov 2012 00:47:38 +0000 8003597: TEST_BUG: Eliminate dependency on javaweb from closed net tests
robm [Wed, 28 Nov 2012 00:47:38 +0000] rev 14672
8003597: TEST_BUG: Eliminate dependency on javaweb from closed net tests Reviewed-by: chegar
Tue, 27 Nov 2012 17:15:19 +0000 8003833: Spurious NPE from Socket.getIn/OutputStream
chegar [Tue, 27 Nov 2012 17:15:19 +0000] rev 14671
8003833: Spurious NPE from Socket.getIn/OutputStream Reviewed-by: alanb, dsamersoff
Mon, 26 Nov 2012 15:08:13 -0800 8001634: Initial set of functional interface types
mduigou [Mon, 26 Nov 2012 15:08:13 -0800] rev 14670
8001634: Initial set of functional interface types Summary: Add the core functional interfaces used by the JSR335 libraries. Reviewed-by: dholmes, briangoetz, darcy
Mon, 26 Nov 2012 08:34:25 -0500 Merge
mullan [Mon, 26 Nov 2012 08:34:25 -0500] rev 14669
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip