Skip to content

Commit

Permalink
Backport ed30b9c1452042ed94fc7aa5a18e2a647788e2ae
Browse files Browse the repository at this point in the history
  • Loading branch information
RadekCap committed Dec 2, 2024
1 parent 1c80800 commit 253219e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/opto/node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1455,8 +1455,8 @@ Node* Node::last_out(DUIterator_Last& i) const {
class SimpleDUIterator : public StackObj {
private:
Node* node;
DUIterator_Fast i;
DUIterator_Fast imax;
DUIterator_Fast i;
public:
SimpleDUIterator(Node* n): node(n), i(n->fast_outs(imax)) {}
bool has_next() { return i < imax; }
Expand Down

0 comments on commit 253219e

Please sign in to comment.