Skip to content

Commit 43f4686

Browse files
committed
Adding @TruffleBoundary
1 parent a7c55cd commit 43f4686

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ abstract static class DumpsNode extends PythonBuiltinNode {
9797

9898
private @Child MarshallerNode marshaller = MarshallerNode.create();
9999

100+
@TruffleBoundary
100101
private byte[] dump(Object o, int version) {
101102
ByteArrayOutputStream baos = new ByteArrayOutputStream();
102103
DataOutputStream buffer = new DataOutputStream(baos);

0 commit comments

Comments
 (0)