# HG changeset patch # User Christian Haeubl # Date 1373270234 -7200 # Node ID 703d00fe27038dbd07bddc04d0d01b35f4ac75bf # Parent 4acf032748b91ca597a547261d90a1934e491eb4 Reverted attempt to increase accuracy of profiling information (57b9a8c7cea8). diff -r 4acf032748b9 -r 703d00fe2703 src/share/vm/runtime/globals.hpp --- 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") \ \