rkennke [Wed, 22 Jul 2009 15:52:41 +0200] rev 3925
6857358: Two testcases are failing in jdk7 b64 pit build with java.security.AccessControlException
Summary: Try to load GraphicsEnvironment with bootclassloader first, only then try app classloader.
Reviewed-by: prr, tdv, igor
yan [Mon, 13 Jul 2009 09:37:50 -0700] rev 3924
Merge
jgodinez [Wed, 01 Jul 2009 12:07:55 -0700] rev 3923
6848799: Reg-test java/awt/print/PageFormat/PageFormatFromAttributes.java fails on Rhel_5
Reviewed-by: tdv, prr
xdono [Fri, 02 Oct 2009 11:26:42 -0700] rev 3922
Added tag jdk7-b73 for changeset d02ee9795d57
duke [Wed, 05 Jul 2017 17:01:25 +0200] rev 3921
Merge
trims [Fri, 09 Oct 2009 15:21:07 -0700] rev 3920
6890293: Bump the HS17 build number to 03
Summary: Update the HS17 build number to 03
Reviewed-by: jcoomes
trims [Fri, 09 Oct 2009 15:18:52 -0700] rev 3919
Merge
tonyp [Sat, 03 Oct 2009 10:53:08 -0400] rev 3918
Merge
johnc [Thu, 01 Oct 2009 15:56:19 -0700] rev 3917
6887186: G1: Incorrect code generated for G1 pre-barrier by C1 on SPARC
Summary: Modify operand passed to C1 pre-barrier to be the operand representing the address of the object field that is being stored.
Reviewed-by: never
jrose [Wed, 30 Sep 2009 13:25:39 -0700] rev 3916
Merge
cfang [Mon, 28 Sep 2009 17:14:25 -0700] rev 3915
6886353: For DeoptimizeALot, JTreg tests should "IgnoreUnrecognizedVMOptions on a product build
Summary: Add IgnoreUnrecognizedVMOptions for JTreg tests (on a product build) to pass with DeoptimizeALot
Reviewed-by: kvn
kvn [Fri, 25 Sep 2009 13:26:02 -0700] rev 3914
6883468: C2 compiler enters infinite loop in PhaseIterGVN::transform
Summary: Avoid ideal transformation ping-pong between AddPNode::Ideal() and CastX2PNode::Ideal().
Reviewed-by: cfang
jrose [Wed, 23 Sep 2009 23:57:44 -0700] rev 3913
6885169: merge of 4957990 and 6863023 causes conflict on do_nmethods
Summary: After mechanically merging changes, some by-hand adjustments are needed.
Reviewed-by: ysr
jrose [Wed, 23 Sep 2009 23:56:15 -0700] rev 3912
Merge
kvn [Fri, 18 Sep 2009 09:57:47 -0700] rev 3911
6820514: meet not symmetric failure in ctw
Summary: Add missing instance_id meet.
Reviewed-by: never