smarks [Thu, 17 Mar 2011 18:50:06 -0700] rev 8803
7022382: convert pack200 library code to use try-with-resources
Reviewed-by: ksrini
mduigou [Thu, 17 Mar 2011 14:42:40 -0700] rev 8802
5045147: Prevent insertion of null Key into empty TreeMap (and null element into TreeSet) when no Comparator is used. Prevent insertion of key of incorrect type into empty TreeMap and incorrect type element into TreeSet and incorrect type when Comparator is used.
Reviewed-by: alanb, dl, mduigou
mduigou [Thu, 17 Mar 2011 13:14:29 -0700] rev 8801
Merge
mduigou [Thu, 17 Mar 2011 13:13:08 -0700] rev 8800
7028133: Specify serialVersionUID for RegularEnumSet and JumboEnumSet
Reviewed-by: alanb, mduigou
Contributed-by: Neil Richards <neil.richards@ngmr.net>
sherman [Thu, 17 Mar 2011 11:42:39 -0700] rev 8799
6796662: (fmt spec) Formatter spec on BigDecimal output should not reference Float a
Summary: updated the spec doc
Reviewed-by: alanb
xuelei [Thu, 17 Mar 2011 08:55:41 -0700] rev 8798
7028422: regression: SKID miss-matching
Summary: Do not override the previous setting for initial selection.
Reviewed-by: mullan
lancea [Thu, 17 Mar 2011 11:37:06 -0400] rev 8797
7026898: DriverManager to now use CopyOnWriteArrayList
Reviewed-by: alanb, briangoetz
dholmes [Wed, 16 Mar 2011 18:54:50 -0400] rev 8796
7027910: Add basic cross-compilation support and add ARM/PPC to the known architectures in the open code
Summary: Cross-compilation support
Reviewed-by: ohair, andrew
sherman [Wed, 16 Mar 2011 12:16:00 -0700] rev 8795
6803681: RFE: Need new codeset converter for IBM Cp1364
Summary: forward port the Cp1364
Reviewed-by: alanb
dholmes [Wed, 16 Mar 2011 05:29:27 -0400] rev 8794
Merge
dholmes [Tue, 15 Mar 2011 20:00:45 -0400] rev 8793
Merge
dholmes [Tue, 15 Mar 2011 19:52:42 -0400] rev 8792
7027897: Build support for client-VM only configurations
Summary: Support builds for which only the client VM is required and/or available
Reviewed-by: ohair, andrew
xuelei [Tue, 15 Mar 2011 23:13:35 -0700] rev 8791
7022855: Export "PKIX" as the standard algorithm name of KeyManagerFactory
Summary: export the existing "NewSunX509" algorithm implementation using the standard name "PKIX"
Reviewed-by: weijun, wetmore
xuelei [Tue, 15 Mar 2011 23:08:40 -0700] rev 8790
7025073: Stricter check on trust anchor makes VerifyCACerts.java test fail
Summary: loosen the check for version 1 and 2 X.509 certificate
Reviewed-by: mullan, weijun