commit | 98151c30c884cfd107b7783d54c30114f5b849ee | [log] [tgz] |
---|---|---|
author | Yumin Qi <yumin.qi@oracle.com> | Tue May 14 09:41:12 2013 -0700 |
committer | Yumin Qi <minqi@openjdk.org> | Tue May 14 09:41:12 2013 -0700 |
tree | daebf7dd9a86df86127de162aa1ece2dd9ad85c4 | |
parent | b3675a00d9b3b12609c4c7a7404c2df3754a2d18 [diff] |
8012902: remove use of global operator new - take 2 The fix of 8010992, disable use of global operator new and new[] which caused failure on some tests. This takes two of the bugs also add ALLOW_OPERATOR_NEW_USAGE to prevent crash for third party code calling operator new of jvm on certain platforms. Reviewed-by: coleenp, dholmes, zgu