lana [Fri, 30 Nov 2012 16:33:50 -0800] rev 14695
Merge
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
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
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
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
zhangshj [Fri, 30 Nov 2012 17:24:54 +0800] rev 14690
8004211: Remove unused dlinfo local variable in launcher code
Reviewed-by: alanb
sla [Fri, 30 Nov 2012 08:17:02 +0100] rev 14689
7155168: java/util/TimeZone/Bug6912560.java: expected Asia/Tokyo
Reviewed-by: okutsu
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
smarks [Wed, 28 Nov 2012 17:31:35 -0800] rev 14687
8004131: move jdi tests out of core testset
Reviewed-by: alanb, chegar
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
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
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
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
michaelm [Thu, 29 Nov 2012 09:47:31 +0000] rev 14682
Merge
michaelm [Thu, 29 Nov 2012 09:41:20 +0000] rev 14681
7200720: crash in net.dll during NTLM authentication
Reviewed-by: chegar, dsamersoff
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