Commit c200ad6
authored
Fix resetting for JIT retry (#113842)
I've made a mistake in my recent PR where the `ResetForJitRetry` method
on a new base class was not marked as virtual by accident. So the JIT
specific version was not executed and part of the state was not reset.
Close #1138401 parent 12fc2d2 commit c200ad6
1 file changed
Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
565 | | - | |
| 565 | + | |
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
769 | | - | |
| 769 | + | |
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
| |||
1025 | 1025 | | |
1026 | 1026 | | |
1027 | 1027 | | |
1028 | | - | |
1029 | | - | |
1030 | | - | |
1031 | | - | |
1032 | | - | |
1033 | | - | |
1034 | | - | |
1035 | | - | |
1036 | | - | |
1037 | | - | |
1038 | 1028 | | |
1039 | 1029 | | |
1040 | 1030 | | |
| |||
0 commit comments