kamg [Fri, 08 Jun 2012 12:49:12 -0400] rev 14139
7158804: Improve config file parsing
Summary: Check buffer length when reading
Reviewed-by: dholmes, dcubed
kvn [Wed, 23 May 2012 12:11:25 -0700] rev 14138
7158801: Improve VM CompileOnly option
Summary: Fixed buffer overflow during parsing flags -XX:CompileCommand=, -XX:CompileOnly= and command lines in .hotspot_compiler file.
Reviewed-by: never
amurillo [Fri, 26 Oct 2012 14:09:53 -0700] rev 14137
Added tag hs25-b07 for changeset 490cfcf46c7d
amurillo [Fri, 26 Oct 2012 14:09:52 -0700] rev 14136
Merge
kvn [Fri, 26 Oct 2012 12:06:55 -0700] rev 14135
Merge
kvn [Fri, 26 Oct 2012 11:48:04 -0700] rev 14134
8001635: assert(in_bb(n)) failed: must be
Summary: Added missed check that Load node is in processed loop block.
Reviewed-by: twisti
kvn [Thu, 25 Oct 2012 17:32:03 -0700] rev 14133
7163534: VM could crashes assert(false) failed: infinite EA connection graph build
Summary: In case of time or iterations limit reached C2 stops EA and continue compilation without EA as it does in product VM already.
Reviewed-by: twisti
kvn [Wed, 24 Oct 2012 14:33:22 -0700] rev 14132
7184394: add intrinsics to use AES instructions
Summary: Use new x86 AES instructions for AESCrypt.
Reviewed-by: twisti, kvn, roland
Contributed-by: tom.deneau@amd.com