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 Mar 30 13:27:36 2011
--- new/src/share/vm/runtime/globals.hpp	Wed Mar 30 13:27:36 2011

*** 2721,2734 **** --- 2721,2734 ---- "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, 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, \ "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