commit | 47e357e16f9ffb7346965621171894a2772f0815 | [log] [tgz] |
---|---|---|
author | Vladimir Kozlov <kvn@openjdk.org> | Mon Sep 26 10:24:05 2011 -0700 |
committer | Vladimir Kozlov <kvn@openjdk.org> | Mon Sep 26 10:24:05 2011 -0700 |
tree | dc2cce34a6991cc7a59fe6605e4aeb45b5cc94fd | |
parent | 95c56a472b9d4bcec5969f2463f550c18325d604 [diff] |
7081933: Use zeroing elimination optimization for large array Don't zero new typeArray during runtime call if the allocation is followed by arraycopy into it. Reviewed-by: twisti