bchristi [Fri, 16 Nov 2012 17:01:19 -0800] rev 14513
7178922: (props) re-visit how os.name is determined on Mac
Reviewed-by: alanb, mchung, skovatch, serb
khazra [Fri, 16 Nov 2012 12:28:45 -0800] rev 14512
8003518: (prefs) Tests in jdk/test/java/util/prefs should not be run concurrently
Summary: Add java/util/prefs to exclusiveAccess.dirs in TEST.ROOT
Reviewed-by: alanb, mchung
naoto [Thu, 15 Nov 2012 20:17:05 -0800] rev 14511
7199750: Loading sequence of service provider is changed
Reviewed-by: okutsu
weijun [Fri, 16 Nov 2012 10:34:14 +0800] rev 14510
8003263: redundant cast build failure after 8003120
Reviewed-by: alanb
jgish [Thu, 15 Nov 2012 13:46:45 +0000] rev 14509
6244047: impossible to specify directories to logging FileHandler unless they exist
Reviewed-by: alanb
lana [Wed, 14 Nov 2012 16:41:12 -0800] rev 14508
Merge
mduigou [Tue, 13 Nov 2012 20:02:39 -0800] rev 14507
7088952: Add size in bytes constant "BYTES" to primitive type wrapper types
Summary: Adds a constant BYTES to each of the primitive wrapper classes (Byte, Character, Double, Float, Integer, Long, Short) with the calculation Primitive.SIZE / Byte.SIZE already made.
Reviewed-by: dholmes
jjg [Wed, 14 Nov 2012 07:08:50 -0800] rev 14506
8000404: rename javax.tools.GenerateNativeHeader to java.lang.annotation.Native
Reviewed-by: alanb
alanb [Wed, 14 Nov 2012 12:56:26 +0000] rev 14505
8003285: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [macosx]
Reviewed-by: chegar
zhouyx [Wed, 14 Nov 2012 13:26:55 +0800] rev 14504
7201156: jar tool fails to convert file separation characters for list and extract
Reviewed-by: alanb, chegar, sherman
mduigou [Tue, 13 Nov 2012 20:02:48 -0800] rev 14503
7088913: Add compatible static hashCode(primitive) to primitive wrapper classes
Summary: Adds static utility methods to each primitive wrapper class to allow calculation of a hashCode value from an unboxed primitive.
Reviewed-by: darcy, smarks, dholmes
okutsu [Mon, 12 Nov 2012 11:12:29 +0900] rev 14502
8000986: Split java.util.spi.CalendarDataProvider into week parameters and field names portions
Reviewed-by: naoto
alanb [Sun, 11 Nov 2012 10:05:37 +0000] rev 14501
8003253: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java hang intermittently [win]
Reviewed-by: chegar
lana [Tue, 20 Nov 2012 11:47:52 -0800] rev 14500
Merge
malenkov [Tue, 20 Nov 2012 18:56:01 +0400] rev 14499
8003333: Regression: java/beans/EventHandler/Test6277266.java fails with ACE
Reviewed-by: art
alitvinov [Wed, 14 Nov 2012 18:40:05 +0400] rev 14498
6789984: JPasswordField can not receive keyboard input
Reviewed-by: naoto, anthony