Skip to content

Commit 2b7262d

Browse files
committed
add missing boundary for jdk11
1 parent 4c6daee commit 2b7262d

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/Python3Core.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ public SourceSection getSourceSection() {
668668
}
669669

670670
@Override
671+
@TruffleBoundary
671672
public RuntimeException raiseInvalidSyntax(Node location, String message, Object... arguments) {
672673
PBaseException instance;
673674
instance = factory().createBaseException(SyntaxError, message, arguments);

0 commit comments

Comments
 (0)