src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Wed Apr  6 15:53:07 2011
--- new/src/share/vm/runtime/globals.hpp	Wed Apr  6 15:53:07 2011

*** 2724,2737 **** --- 2724,2737 ---- "Do not use swap instructions, but only CAS (in a loop) on SPARC")\ \ 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, \ "Use on stack replacement, calls runtime if invoc. counter " \ "overflows in loop") \

src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File