Other | Other |
---|---|
1.4.1_07 07Fixed | 1.4.2Fixed |
Duplicate :
|
|
Relates :
|
There are three problems with x86 membar: 1) It's a no-op on win32 2) Linux uses sfence, instead of mfence, doing only store barriers 3) Solaris x86 claims to do a mfence, but uses the sfence encoding! This is a critical flaw. There is a reproducable VM crash on win32, and the solx86/linux bug could easily result in random VM crashes.
|