src/share/vm/runtime/globals.hpp

changeset 2724
c2323e2ea62b
parent 2698
38fea01eb669
child 2740
98c560260039
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Mar 31 16:54:27 2011 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Mar 31 21:05:55 2011 -0700
     1.3 @@ -2726,10 +2726,10 @@
     1.4    product(bool, UseLoopCounter, true,                                       \
     1.5            "Increment invocation counter on backward branch")                \
     1.6                                                                              \
     1.7 -  product(bool, UseFastEmptyMethods, true,                                  \
     1.8 +  product(bool, UseFastEmptyMethods, false,                                 \
     1.9            "Use fast method entry code for empty methods")                   \
    1.10                                                                              \
    1.11 -  product(bool, UseFastAccessorMethods, true,                               \
    1.12 +  product(bool, UseFastAccessorMethods, false,                              \
    1.13            "Use fast method entry code for accessor methods")                \
    1.14                                                                              \
    1.15    product_pd(bool, UseOnStackReplacement,                                   \

mercurial