comparison src/share/vm/runtime/globals.hpp @ 10625:57b9a8c7cea8

Attempt to increase accuracy of profiling information in the context of deep inlining.
author Christian Haeubl <haeubl@ssw.jku.at>
date Thu, 04 Jul 2013 15:56:22 +0200
parents 0b1b5356b566
children 703d00fe2703
comparison
equal deleted inserted replaced
10604:953a0d51a11f 10625:57b9a8c7cea8
3481 \ 3481 \
3482 product_pd(intx, OnStackReplacePercentage, \ 3482 product_pd(intx, OnStackReplacePercentage, \
3483 "NON_TIERED number of method invocations/branches (expressed as %"\ 3483 "NON_TIERED number of method invocations/branches (expressed as %"\
3484 "of CompileThreshold) before (re-)compiling OSR code") \ 3484 "of CompileThreshold) before (re-)compiling OSR code") \
3485 \ 3485 \
3486 product(intx, InterpreterProfilePercentage, 33, \ 3486 product(intx, InterpreterProfilePercentage, NOT_GRAAL(33) GRAAL_ONLY(3), \
3487 "NON_TIERED number of method invocations/branches (expressed as %"\ 3487 "NON_TIERED number of method invocations/branches (expressed as %"\
3488 "of CompileThreshold) before profiling in the interpreter") \ 3488 "of CompileThreshold) before profiling in the interpreter") \
3489 \ 3489 \
3490 develop(intx, MaxRecompilationSearchLength, 10, \ 3490 develop(intx, MaxRecompilationSearchLength, 10, \
3491 "max. # frames to inspect searching for recompilee") \ 3491 "max. # frames to inspect searching for recompilee") \