6989297: Integrate additional portability improvements

Reviewed-by: vladidan, dholmes
This commit is contained in:
Bob Vandette 2010-10-07 15:12:57 -04:00
parent afc563751f
commit 72616ad2bc
9 changed files with 18 additions and 5 deletions

View file

@ -323,10 +323,10 @@ class CommandLineFlags {
/* UseMembar is theoretically a temp flag used for memory barrier \
* removal testing. It was supposed to be removed before FCS but has \
* been re-added (see 6401008) */ \
product(bool, UseMembar, false, \
product_pd(bool, UseMembar, \
"(Unstable) Issues membars on thread state transitions") \
\
/* Temporary: See 6948537 */ \
/* Temporary: See 6948537 */ \
experimental(bool, UseMemSetInBOT, true, \
"(Unstable) uses memset in BOT updates in GC code") \
\