changeset 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 4acf032748b9
children 3c2a77f01e89
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	Fri Jul 05 14:05:06 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Mon Jul 08 09:57:14 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, NOT_GRAAL(33) GRAAL_ONLY(3),  \
+  product(intx, InterpreterProfilePercentage, 33,                           \
           "NON_TIERED number of method invocations/branches (expressed as %"\
           "of CompileThreshold) before profiling in the interpreter")       \
                                                                             \