@Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR}) public static @interface CompilerDirectives.TruffleBoundary
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
allowInlining
Considers this Truffle boundary invoke as an inlining candidate.
|
boolean |
transferToInterpreterOnException
Determines whether execution should be transferred to the interpreter in the case that an
exception is thrown across this boundary.
|