comparison 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
comparison
equal deleted inserted replaced
1205:5fcfaa1ad96f 1206:87684f1a88b5
2862 "number of return bci's to record in ret profile") \ 2862 "number of return bci's to record in ret profile") \
2863 \ 2863 \
2864 product(intx, PerMethodRecompilationCutoff, 400, \ 2864 product(intx, PerMethodRecompilationCutoff, 400, \
2865 "After recompiling N times, stay in the interpreter (-1=>'Inf')") \ 2865 "After recompiling N times, stay in the interpreter (-1=>'Inf')") \
2866 \ 2866 \
2867 product(intx, PerBytecodeRecompilationCutoff, 100, \ 2867 product(intx, PerBytecodeRecompilationCutoff, 200, \
2868 "Per-BCI limit on repeated recompilation (-1=>'Inf')") \ 2868 "Per-BCI limit on repeated recompilation (-1=>'Inf')") \
2869 \ 2869 \
2870 product(intx, PerMethodTrapLimit, 100, \ 2870 product(intx, PerMethodTrapLimit, 100, \
2871 "Limit on traps (of one kind) in a method (includes inlines)") \ 2871 "Limit on traps (of one kind) in a method (includes inlines)") \
2872 \ 2872 \