mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
fix process=interpret build
This commit is contained in:
parent
67cdac3a36
commit
7cf25a0fc3
@ -506,7 +506,7 @@ resolveNativeMethodData(Thread* t, object method)
|
|||||||
// ensure other threads see updated methodVmFlags before
|
// ensure other threads see updated methodVmFlags before
|
||||||
// methodCode, and that the native method data is initialized
|
// methodCode, and that the native method data is initialized
|
||||||
// before it is visible to those threads:
|
// before it is visible to those threads:
|
||||||
memoryBarrier();
|
storeStoreMemoryBarrier();
|
||||||
|
|
||||||
set(t, method, MethodCode, data);
|
set(t, method, MethodCode, data);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user