mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +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
|
||||
// methodCode, and that the native method data is initialized
|
||||
// before it is visible to those threads:
|
||||
memoryBarrier();
|
||||
storeStoreMemoryBarrier();
|
||||
|
||||
set(t, method, MethodCode, data);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user