( Node n )
| 498 | // Subclasses add extra checks (such as ConstantNodes have same constant), |
| 499 | // and can assume "this!=n" and has the same Java class. |
| 500 | boolean eq( Node n ) { return true; } |
| 501 | |
| 502 | |
| 503 | // Cached hash. If zero, then not computed AND this Node is NOT in the GVN |