We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67732a commit 46ef0f6Copy full SHA for 46ef0f6
src/hotspot/share/opto/node.hpp
@@ -1455,8 +1455,8 @@ Node* Node::last_out(DUIterator_Last& i) const {
1455
class SimpleDUIterator : public StackObj {
1456
private:
1457
Node* node;
1458
- DUIterator_Fast i;
1459
DUIterator_Fast imax;
+ DUIterator_Fast i;
1460
public:
1461
SimpleDUIterator(Node* n): node(n), i(n->fast_outs(imax)) {}
1462
bool has_next() { return i < imax; }
0 commit comments