[9] RFR(M): 8054033: Remove unused references to Compile*

Vladimir Kozlov vladimir.kozlov at oracle.com
Mon Aug 4 17:00:17 UTC 2014


Looks good.

Thanks,
Vladimir

On 8/4/14 6:05 AM, Tobias Hartmann wrote:
> Hi,
>
> please review the following patch that fixes JDK-8054033.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8054033
> Webrev: http://cr.openjdk.java.net/~thartmann/8054033/webrev.00/
>
> Problem:
> JDK-8034812 removed the Compile* parameter from the Nodes new operator. Some dependent parts of the code were not
> updated and still define Compile* without using it (see for example 'ConINode::make'). All unused references should be
> removed.
>
> Solution:
> Removed all unused references to Compile* including those from generated code (see changes in /share/vm/adlc/*).
>
> Testing:
> - JPRT
>
> Thanks,
> Tobias


More information about the hotspot-compiler-dev mailing list