Skip to content

Commit b6f3eba

Browse files
committed
Add missing TruffleBoundary
1 parent 17a428f commit b6f3eba

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/capi/transitions/CApiTransitions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ public void setSize(int size) {
189189
}
190190
}
191191

192+
@TruffleBoundary
192193
public static void registerNativeSequenceStorage(NativeSequenceStorage storage) {
193194
NativeStorageReference ref = new NativeStorageReference(storage);
194195
storage.setReference(ref);

0 commit comments

Comments
 (0)