jiangli [Tue, 11 Dec 2012 12:41:31 -0500] rev 14745
8004076: Move _max_locals and _size_of_parameters to ConstMethod for better sharing.
Summary: Move _max_locals and _size_of_parameters to ConstMethod for better sharing.
Reviewed-by: coleenp, minqi, jrose
stefank [Thu, 13 Dec 2012 09:06:38 -0800] rev 14744
Merge
stefank [Thu, 13 Dec 2012 09:28:14 +0100] rev 14743
8004674: Add necessary .inline.hpp files to fix non-PCH build
Reviewed-by: stefank, coleenp
Contributed-by: volker.simonis@gmail.com
brutisso [Thu, 13 Dec 2012 10:09:49 +0100] rev 14742
8004661: Comment and function name java_lang_String::toHash is wrong
Summary: renamed to hash_code
Reviewed-by: dholmes, coleenp, brutisso
Contributed-by: erik.helin@oracle.com