comparison src/share/vm/runtime/globals.hpp @ 10628:703d00fe2703

Reverted attempt to increase accuracy of profiling information (57b9a8c7cea8).
author Christian Haeubl <haeubl@ssw.jku.at>
date Mon, 08 Jul 2013 09:57:14 +0200
parents 57b9a8c7cea8
children 88672775a26c
comparison
equal deleted inserted replaced
10627:4acf032748b9 10628:703d00fe2703
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, NOT_GRAAL(33) GRAAL_ONLY(3), \ 3486 product(intx, InterpreterProfilePercentage, 33, \
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") \