--- old/src/share/vm/runtime/globals.hpp Wed Mar 30 13:27:36 2011 +++ new/src/share/vm/runtime/globals.hpp Wed Mar 30 13:27:36 2011 @@ -2723,10 +2723,10 @@ product(bool, UseLoopCounter, true, \ "Increment invocation counter on backward branch") \ \ - product(bool, UseFastEmptyMethods, true, \ + product(bool, UseFastEmptyMethods, false, \ "Use fast method entry code for empty methods") \ \ - product(bool, UseFastAccessorMethods, true, \ + product(bool, UseFastAccessorMethods, false, \ "Use fast method entry code for accessor methods") \ \ product_pd(bool, UseOnStackReplacement, \