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

Igor Veresov igor.veresov at oracle.com
Thu May 15 19:05:18 UTC 2014


In ppc.ad you did s/new (C)//g instead of s/new (C)/new/g.
Otherwise seems alright.

igor

On May 15, 2014, at 11:53 AM, Tobias Hartmann <tobias.hartmann at oracle.com> wrote:

> 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



More information about the hotspot-compiler-dev mailing list