[interp] Don't change next_jit_code_hash during imethod transform (#14240)
commit6fb7b496bd3a0bb0fa9e66cf03761eca38c78ff2
authorVlad Brezae <brezaevlad@gmail.com>
Fri, 26 Apr 2019 15:20:33 +0000 (26 18:20 +0300)
committerBernhard Urban <lewurm@gmail.com>
Fri, 26 Apr 2019 15:20:33 +0000 (26 17:20 +0200)
treec4dcf45a6b5fd54fcf8384e6b692f516f570e59a
parentc2e540331d54ee6b875dd01f94e040f3888fca10
[interp] Don't change next_jit_code_hash during imethod transform (#14240)

This field is used by the internal hash table to link nodes and it can be changed during hash table insertion of other imethods. Copying this field back was leading to random hangs in hash table lookup.
mono/mini/interp/transform.c