commit | 2a0815a55e21ead2657cd08f36eee5e3c55366c8 | [log] [tgz] |
---|---|---|
author | Tobias Hartmann <thartmann@openjdk.org> | Mon Jun 02 08:07:29 2014 +0200 |
committer | Tobias Hartmann <thartmann@openjdk.org> | Mon Jun 02 08:07:29 2014 +0200 |
tree | fb4ab7c59248cdc8cf92fd67778e7dbd0d857462 | |
parent | b053fa4c4881805afc322409598e696b3164f8a4 [diff] |
8034812: remove IDX_INIT macro hack in Node class The IDX_INIT macro used by Node::Node(...) to retrieve the Compile object is removed and replaced by a call to Compile::current(). The Node constructor, new operator and all calls to it are adapted accordingly. Reviewed-by: kvn, jrose, iveresov, goetz