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

src/share/vm/runtime/globals.hpp

Print this page

        

*** 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, \ "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") \ --- 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, false, \ "Use fast method entry code for empty methods") \ \ ! 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