Skip to content

Commit

Permalink
Merge pull request #16285 from fengxue-IS/ddr_hiddenfield
Browse files Browse the repository at this point in the history
Fix DDR hiddenfield iterator
  • Loading branch information
babsingh committed Nov 8, 2022
2 parents 90c8930 + d902cda commit 225d389
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -171,6 +171,7 @@ private void nextField() throws CorruptDataException {
offset = new UDATA(hiddenField.fieldOffset().intValue() - J9ObjectHelper.headerSize());
/* Hidden fields do not have a valid JVMTI index. */
index = new UDATA(-1);
break;
}
}
}
Expand Down

0 comments on commit 225d389

Please sign in to comment.