asaha [Wed, 10 Oct 2012 14:28:08 -0700] rev 14147
Merge
asaha [Wed, 26 Sep 2012 09:54:11 -0700] rev 14146
7199488: [TEST] runtime/7158800/InternTest.java failed due to false-positive on PID match.
Reviewed-by: coleenp
asaha [Tue, 25 Sep 2012 11:47:04 -0700] rev 14145
Merge
kvn [Wed, 19 Sep 2012 13:58:31 -0700] rev 14144
7198606: Improve VM optimization
Summary: Remove incorrect code in OptimizeFill optimization.
Reviewed-by: roland, twisti
asaha [Fri, 07 Sep 2012 18:18:55 -0700] rev 14143
Merge
asaha [Fri, 10 Aug 2012 10:41:13 -0700] rev 14142
Merge
asaha [Thu, 02 Aug 2012 22:23:28 -0700] rev 14141
Merge
asaha [Thu, 02 Aug 2012 14:29:12 -0700] rev 14140
Merge
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