Skip to content

Commit 1a7ee6d

Browse files
author
Adam Hrbac
committed
Add @TruffleBoundary
1 parent b5da418 commit 1a7ee6d

File tree

1 file changed

+1
-0
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/contextvars

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/contextvars/HamtIterator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ private void nextEntry() {
138138
}
139139
}
140140

141+
@CompilerDirectives.TruffleBoundary(allowInlining = true)
141142
public Hamt.Entry next() {
142143
if (level == -1) {
143144
return null;

0 commit comments

Comments
 (0)