[9] RFR(L): 8034812: remove IDX_INIT macro hack in Node class

Tobias Hartmann tobias.hartmann at oracle.com
Thu May 15 18:53:12 UTC 2014


Hi,

please review the following patch that removes the IDX_INIT macro used 
by Node::Node(...) to retrieve the Compile object and replaces it by a 
call to Compile::current(). The Node constructor, new operator and all 
calls to it are adapted accordingly.

Bug: https://bugs.openjdk.java.net/browse/JDK-8034812
Webrev: http://cr.openjdk.java.net/~anoll/8034812/webrev.00/

Tested with JPRT.

Thanks,
Tobias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20140515/b2458a34/attachment.html>


More information about the hotspot-compiler-dev mailing list