nloodin [Tue, 05 Jun 2012 13:43:39 +0200] rev 12880
7163471: Licensee source bundle failed around 7u4
Reviewed-by: dholmes, sla, brutisso, erikj
alanb [Thu, 07 Jun 2012 12:31:45 +0100] rev 12879
7164256: EnumMap clone doesn't clear the entrySet keeping a reference to the original Map
Reviewed-by: alanb, chegar, forax, mduigou
Contributed-by: dbelfer@gmail.com
alanb [Thu, 07 Jun 2012 10:31:48 +0100] rev 12878
7175011: ProblemList.txt updates (6/2012)
Reviewed-by: mduigou, chegar
dcubed [Wed, 06 Jun 2012 19:11:23 -0700] rev 12877
Merge
jonas [Wed, 06 Jun 2012 13:16:37 -0700] rev 12876
7174861: all/OPT jdk build on Solaris with FDS enabled sets wrong options
Summary: Use CFLAGS_COMMON instead of CC_OPT and CXXFLAGS_COMMON instead of CXX_OPT for setting FDS options. FDS should also set OPTIMIZATION_LEVEL.
Reviewed-by: ihse, dholmes, ohair, dcubed
xuelei [Wed, 06 Jun 2012 18:39:09 -0700] rev 12875
7172149: ArrayIndexOutOfBoundsException from Signature.verify
Summary: take care of integer addition overflow
Reviewed-by: xuelei, wetmore
Contributed-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>