comparison src/share/vm/runtime/globals.hpp @ 2442:c2323e2ea62b

6385687: UseFastEmptyMethods/UseFastAccessorMethods considered harmful Reviewed-by: kvn, jrose, phh
author never
date Thu, 31 Mar 2011 21:05:55 -0700
parents 38fea01eb669
children 98c560260039
comparison
equal deleted inserted replaced
2420:8010c8c623ac 2442:c2323e2ea62b
2724 "Do not use swap instructions, but only CAS (in a loop) on SPARC")\ 2724 "Do not use swap instructions, but only CAS (in a loop) on SPARC")\
2725 \ 2725 \
2726 product(bool, UseLoopCounter, true, \ 2726 product(bool, UseLoopCounter, true, \
2727 "Increment invocation counter on backward branch") \ 2727 "Increment invocation counter on backward branch") \
2728 \ 2728 \
2729 product(bool, UseFastEmptyMethods, true, \ 2729 product(bool, UseFastEmptyMethods, false, \
2730 "Use fast method entry code for empty methods") \ 2730 "Use fast method entry code for empty methods") \
2731 \ 2731 \
2732 product(bool, UseFastAccessorMethods, true, \ 2732 product(bool, UseFastAccessorMethods, false, \
2733 "Use fast method entry code for accessor methods") \ 2733 "Use fast method entry code for accessor methods") \
2734 \ 2734 \
2735 product_pd(bool, UseOnStackReplacement, \ 2735 product_pd(bool, UseOnStackReplacement, \
2736 "Use on stack replacement, calls runtime if invoc. counter " \ 2736 "Use on stack replacement, calls runtime if invoc. counter " \
2737 "overflows in loop") \ 2737 "overflows in loop") \