zgu [Tue, 22 Jun 2010 09:46:15 -0400] rev 5904
6939019: Source code adjustments for parfait compilation of hotspot
Summary: Minor source code adjustments for parfait compilation, since it uses different compiler vs. JDK
Reviewed-by: never, kamg
jrose [Tue, 29 Jun 2010 16:09:57 -0700] rev 5903
Merge
kvn [Tue, 29 Jun 2010 10:34:00 -0700] rev 5902
6964774: Adjust optimization flags setting
Summary: Adjust performance flags settings.
Reviewed-by: never, phh
kvn [Mon, 28 Jun 2010 14:54:39 -0700] rev 5901
6677629: PhaseIterGVN::subsume_node() should call hash_delete() and add_users_to_worklist()
Summary: Use replace_node() method instead of subsume_node().
Reviewed-by: jrose, never
kvn [Mon, 28 Jun 2010 10:52:50 -0700] rev 5900
6964479: widen normalization of small int and long values should be symmetric
Summary: normalize widen value in xmeet() and xdual() methods for types Int and Long so the type meet will be symmetric.
Reviewed-by: jrose
jrose [Sat, 26 Jun 2010 00:19:55 -0700] rev 5899
Merge
kvn [Wed, 23 Jun 2010 09:40:11 -0700] rev 5898
6947341: JVM Crash running Oracle ATG CRMDemo
Summary: Missing protected page below heap with compressed oops on Linux with large pages use.
Reviewed-by: never, phh, jcoomes