kvn [Fri, 02 Jul 2010 17:30:30 -0700] rev 5914
6966411: escape.cpp:450 assert(base->Opcode() == Op_ConP
Summary: Execute IGVN optimization before and after Escape Analysis
Reviewed-by: never
never [Fri, 02 Jul 2010 15:01:47 -0700] rev 5913
6965671: fatal error: acquiring lock JNIGlobalHandle_lock/16 out of order with lock CodeCache_lock/1
Reviewed-by: kvn, dcubed
trims [Fri, 09 Jul 2010 00:32:48 -0700] rev 5912
Merge
trims [Fri, 09 Jul 2010 00:31:01 -0700] rev 5911
Added tag hs19-b03 for changeset 4670a882996f
trims [Fri, 02 Jul 2010 01:37:36 -0700] rev 5910
6966252: Bump the HS19 build number to 04
Summary: Update the HS19 build number to 04
Reviewed-by: jcoomes
trims [Fri, 02 Jul 2010 01:36:15 -0700] rev 5909
Merge
coleenp [Wed, 30 Jun 2010 11:52:10 -0400] rev 5908
Merge
coleenp [Mon, 28 Jun 2010 12:03:05 -0400] rev 5907
Merge
jcoomes [Thu, 24 Jun 2010 15:38:42 -0700] rev 5906
6888573: class data sharing does not always disable large pages
Reviewed-by: phh
zgu [Tue, 22 Jun 2010 10:03:12 -0400] rev 5905
Merge
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