File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/type Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 44
44
import com .oracle .graal .python .builtins .objects .object .PythonObject ;
45
45
import com .oracle .truffle .api .Assumption ;
46
46
import com .oracle .truffle .api .CompilerAsserts ;
47
- import com .oracle .truffle .api .CompilerDirectives ;
48
47
import com .oracle .truffle .api .CompilerDirectives .CompilationFinal ;
49
48
import com .oracle .truffle .api .CompilerDirectives .TruffleBoundary ;
50
49
import com .oracle .truffle .api .Truffle ;
@@ -396,8 +395,8 @@ public final Object getSulongType() {
396
395
return sulongType ;
397
396
}
398
397
398
+ @ TruffleBoundary
399
399
public final void setSulongType (Object dynamicSulongType ) {
400
- CompilerDirectives .transferToInterpreterAndInvalidate ();
401
400
this .sulongType = dynamicSulongType ;
402
401
}
403
402
}
You can’t perform that action at this time.
0 commit comments