equal
deleted
inserted
replaced
2918 "inlining") \ |
2918 "inlining") \ |
2919 \ |
2919 \ |
2920 notproduct(bool, ICMissHistogram, false, \ |
2920 notproduct(bool, ICMissHistogram, false, \ |
2921 "Produce histogram of IC misses") \ |
2921 "Produce histogram of IC misses") \ |
2922 \ |
2922 \ |
2923 notproduct(bool, PrintClassStatistics, false, \ |
|
2924 "Print class statistics at end of run") \ |
|
2925 \ |
|
2926 notproduct(bool, PrintMethodStatistics, false, \ |
|
2927 "Print method statistics at end of run") \ |
|
2928 \ |
|
2929 /* interpreter */ \ |
2923 /* interpreter */ \ |
2930 develop(bool, ClearInterpreterLocals, false, \ |
2924 develop(bool, ClearInterpreterLocals, false, \ |
2931 "Always clear local variables of interpreter activations upon " \ |
2925 "Always clear local variables of interpreter activations upon " \ |
2932 "entry") \ |
2926 "entry") \ |
2933 \ |
2927 \ |