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

Tobias Hartmann tobias.hartmann at oracle.com
Mon Aug 4 13:05:21 UTC 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20140804/3e08d938/attachment.html>


More information about the hotspot-compiler-dev mailing list