You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/src/org.graalvm.compiler.truffle.runtime/src/org/graalvm/compiler/truffle/runtime/OptimizedCallTarget.java
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -535,9 +535,11 @@ protected final Object callBoundary(Object[] args) {
535
535
}
536
536
537
537
privatebooleaninterpreterCall() {
538
+
booleanbypassedInstalledCode = false;
538
539
if (isValid()) {
539
540
// Native entry stubs were deoptimized => reinstall.
0 commit comments