src/share/vm/runtime/globals.hpp

changeset 1873
3bfae429e2cf
parent 1845
f03d0a26bf83
child 1875
bb843ebc7c55
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Apr 22 13:23:15 2010 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon May 03 10:24:51 2010 -0700
     1.3 @@ -327,6 +327,10 @@
     1.4    product(bool, UseMembar, false,                                           \
     1.5            "(Unstable) Issues membars on thread state transitions")          \
     1.6                                                                              \
     1.7 +  /* Temporary: See 6948537 */                                             \
     1.8 +  experimental(bool, UseMemSetInBOT, true,                                  \
     1.9 +          "(Unstable) uses memset in BOT updates in GC code")               \
    1.10 +                                                                            \
    1.11    diagnostic(bool, UnlockDiagnosticVMOptions, trueInDebug,                  \
    1.12            "Enable normal processing of flags relating to field diagnostics")\
    1.13                                                                              \

mercurial