comparison graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/java/NewArrayNode.java @ 17363:4f9633b83a24

mx: reduce size of exculde command line argument and fold it into package-star expressions
author Bernhard Urban <bernhard.urban@jku.at>
date Tue, 07 Oct 2014 16:26:29 +0200
parents 1a02fc45776f
children 45b45f902bed
comparison
equal deleted inserted replaced
17362:03eef43d364f 17363:4f9633b83a24
34 34
35 /** 35 /**
36 * The {@code NewArrayNode} is used for all array allocations where the element type is know at 36 * The {@code NewArrayNode} is used for all array allocations where the element type is know at
37 * compile time. 37 * compile time.
38 */ 38 */
39 // JaCoCo Exclude
39 @NodeInfo 40 @NodeInfo
40 public class NewArrayNode extends AbstractNewArrayNode implements VirtualizableAllocation { 41 public class NewArrayNode extends AbstractNewArrayNode implements VirtualizableAllocation {
41 42
42 /** 43 /**
43 * Constructs a new NewArrayNode. 44 * Constructs a new NewArrayNode.