Skip to content

Commit fa7e428

Browse files
committed
add missing boundary
1 parent e9683ed commit fa7e428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/TruffleCextBuiltins.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,6 +1392,7 @@ abstract static class MethodDescriptorRoot extends RootNode {
13921392
@Child protected ReadIndexedArgumentNode readSelfNode;
13931393
protected final PythonObjectFactory factory;
13941394

1395+
@TruffleBoundary
13951396
protected MethodDescriptorRoot(PythonLanguage language, PythonObjectFactory factory, CallTarget callTarget) {
13961397
super(language);
13971398
this.factory = factory;

0 commit comments

Comments
 (0)