fix process=interpret build

This commit is contained in:
Joel Dice 2009-12-14 18:01:28 -07:00
parent 67cdac3a36
commit 7cf25a0fc3

View File

@ -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 {