Commit 77cbb2f
committed
[MERGE chakra-core#843] Fix bug with handling of OOM while processing jit transfer data
Merge pull request chakra-core#843 from rajatd:installGuards
We allocate equivalent type caches and register the current entry point info on the thread context as having equivalent type caches. Each of these operations could throw OOM.
The resetting of entrypoint's state in the OOM handling code should be agnostic of the success or failure of the aforementioned operations.1 file changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8215 | 8215 | | |
8216 | 8216 | | |
8217 | 8217 | | |
8218 | | - | |
8219 | | - | |
8220 | | - | |
8221 | | - | |
8222 | | - | |
8223 | | - | |
| 8218 | + | |
| 8219 | + | |
| 8220 | + | |
8224 | 8221 | | |
8225 | 8222 | | |
8226 | 8223 | | |
| |||
0 commit comments