diff src/share/vm/runtime/globals.hpp @ 1206:87684f1a88b5

6614597: Performance variability in jvm2008 xml.validation Summary: Fix incorrect marking of methods as not compilable. Reviewed-by: never
author kvn
date Mon, 01 Feb 2010 16:49:49 -0800
parents 5f24d0319e54
children 74c848d437ab
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Feb 01 23:18:47 2010 +0100
+++ b/src/share/vm/runtime/globals.hpp	Mon Feb 01 16:49:49 2010 -0800
@@ -2864,7 +2864,7 @@
   product(intx, PerMethodRecompilationCutoff, 400,                          \
           "After recompiling N times, stay in the interpreter (-1=>'Inf')") \
                                                                             \
-  product(intx, PerBytecodeRecompilationCutoff, 100,                        \
+  product(intx, PerBytecodeRecompilationCutoff, 200,                        \
           "Per-BCI limit on repeated recompilation (-1=>'Inf')")            \
                                                                             \
   product(intx, PerMethodTrapLimit,  100,                                   \