2782 "Use fast signature handlers for native calls") \ |
2782 "Use fast signature handlers for native calls") \ |
2783 \ |
2783 \ |
2784 product(bool, UseLoopCounter, true, \ |
2784 product(bool, UseLoopCounter, true, \ |
2785 "Increment invocation counter on backward branch") \ |
2785 "Increment invocation counter on backward branch") \ |
2786 \ |
2786 \ |
2787 product(bool, UseFastEmptyMethods, true, \ |
|
2788 "Use fast method entry code for empty methods") \ |
|
2789 \ |
|
2790 product(bool, UseFastAccessorMethods, true, \ |
|
2791 "Use fast method entry code for accessor methods") \ |
|
2792 \ |
|
2793 product_pd(bool, UseOnStackReplacement, \ |
2787 product_pd(bool, UseOnStackReplacement, \ |
2794 "Use on stack replacement, calls runtime if invoc. counter " \ |
2788 "Use on stack replacement, calls runtime if invoc. counter " \ |
2795 "overflows in loop") \ |
2789 "overflows in loop") \ |
2796 \ |
2790 \ |
2797 notproduct(bool, TraceOnStackReplacement, false, \ |
2791 notproduct(bool, TraceOnStackReplacement, false, \ |