changeset 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 953a0d51a11f
children b02b3c6a59b6
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Jul 03 16:19:15 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Thu Jul 04 15:56:22 2013 +0200
@@ -3483,7 +3483,7 @@
           "NON_TIERED number of method invocations/branches (expressed as %"\
           "of CompileThreshold) before (re-)compiling OSR code")            \
                                                                             \
-  product(intx, InterpreterProfilePercentage, 33,                           \
+  product(intx, InterpreterProfilePercentage, NOT_GRAAL(33) GRAAL_ONLY(3),  \
           "NON_TIERED number of method invocations/branches (expressed as %"\
           "of CompileThreshold) before profiling in the interpreter")       \
                                                                             \