src/cpu/x86/vm/globals_x86.hpp

changeset 2223
3dc12ef8735e
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
     1.1 --- a/src/cpu/x86/vm/globals_x86.hpp	Thu Sep 30 12:05:08 2010 -0400
     1.2 +++ b/src/cpu/x86/vm/globals_x86.hpp	Thu Oct 07 15:12:57 2010 -0400
     1.3 @@ -63,3 +63,5 @@
     1.4  
     1.5  define_pd_global(bool, RewriteBytecodes,     true);
     1.6  define_pd_global(bool, RewriteFrequentPairs, true);
     1.7 +
     1.8 +define_pd_global(bool, UseMembar,            false);

mercurial