Skip to content

Commit c15ea6c

Browse files
steve-sansalond
authored andcommitted
Add TruffleBoundary to hasNext method of attrs iterator
(cherry picked from commit 8658bc4)
1 parent df6c680 commit c15ea6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RAttributesLayout.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ static class Iter implements Iterator<RAttribute> {
286286
}
287287

288288
@Override
289+
@TruffleBoundary
289290
public boolean hasNext() {
290291
return iter.hasNext();
291292
}

0 commit comments

Comments
 (0)