mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
fix recently-introduced GC safety bug
This commit is contained in:
parent
e31f795661
commit
5a97caa4ca
@ -5107,7 +5107,7 @@ compile(MyThread* t, object method)
|
|||||||
|
|
||||||
if (methodVirtual(t, method)) {
|
if (methodVirtual(t, method)) {
|
||||||
classVtable(t, methodClass(t, method), methodOffset(t, method))
|
classVtable(t, methodClass(t, method), methodOffset(t, method))
|
||||||
= &singletonValue(t, compiled, 0);
|
= &singletonValue(t, methodCompiled(t, method), 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user