--- a/hotspot/src/share/vm/runtime/globals.hpp Mon Aug 11 10:18:09 2014 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp Tue Aug 12 10:48:55 2014 -0400
@@ -2784,12 +2784,6 @@
product(bool, UseLoopCounter, true, \
"Increment invocation counter on backward branch") \
\
- product(bool, UseFastEmptyMethods, true, \
- "Use fast method entry code for empty methods") \
- \
- product(bool, UseFastAccessorMethods, true, \
- "Use fast method entry code for accessor methods") \
- \
product_pd(bool, UseOnStackReplacement, \
"Use on stack replacement, calls runtime if invoc. counter " \
"overflows in loop") \