alanb [Mon, 19 Nov 2012 13:17:40 +0000] rev 14516
8003607: More ProblemList.txt updates (11/2012)
Reviewed-by: lancea
weijun [Mon, 19 Nov 2012 11:13:08 +0800] rev 14515
8002344: Krb5LoginModule config class does not return proper KDC list from DNS
Reviewed-by: weijun
Contributed-by: Severin Gehwolf <sgehwolf@redhat.com>, Wang Weijun <weijun.wang@oracle.com>
xuelei [Sun, 18 Nov 2012 01:31:44 -0800] rev 14514
8003587: Warning cleanup in package javax.net.ssl
Summary: Removes unnecessary imports and adds missing Override annotations
Reviewed-by: xuelei
Contributed-by: Florian Weimer <fweimer@redhat.com>
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