diff src/share/vm/runtime/globals.hpp @ 2458:98c560260039

7034513: enable fast accessors and empty methods for ZERO and -Xint Reviewed-by: kvn, iveresov
author never
date Wed, 06 Apr 2011 16:02:50 -0700
parents c2323e2ea62b
children ed69575596ac
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Apr 05 19:16:52 2011 -0700
+++ b/src/share/vm/runtime/globals.hpp	Wed Apr 06 16:02:50 2011 -0700
@@ -2726,10 +2726,10 @@
   product(bool, UseLoopCounter, true,                                       \
           "Increment invocation counter on backward branch")                \
                                                                             \
-  product(bool, UseFastEmptyMethods, false,                                 \
+  product(bool, UseFastEmptyMethods, true,                                  \
           "Use fast method entry code for empty methods")                   \
                                                                             \
-  product(bool, UseFastAccessorMethods, false,                              \
+  product(bool, UseFastAccessorMethods, true,                               \
           "Use fast method entry code for accessor methods")                \
                                                                             \
   product_pd(bool, UseOnStackReplacement,                                   \