Skip to content

Commit da372e2

Browse files
committed
add missing boundary
1 parent 1237602 commit da372e2

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/GcModuleBuiltins.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public void initialize(PythonCore core) {
6868
@GenerateNodeFactory
6969
abstract static class GcCollectNode extends PythonBuiltinNode {
7070
@Specialization
71+
@TruffleBoundary
7172
int collect(@SuppressWarnings("unused") Object level,
7273
@Cached GilNode gil) {
7374
gil.release(true);

0 commit comments

Comments
 (0)