src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6614597 Sdiff src/share/vm/runtime

src/share/vm/runtime/globals.hpp

Print this page




2844   develop(bool, StressNonEntrant, false,                                    \
2845           "Mark nmethods non-entrant at registration")                      \
2846                                                                             \
2847   diagnostic(intx, MallocVerifyInterval,     0,                             \
2848           "if non-zero, verify C heap after every N calls to "              \
2849           "malloc/realloc/free")                                            \
2850                                                                             \
2851   diagnostic(intx, MallocVerifyStart,     0,                                \
2852           "if non-zero, start verifying C heap after Nth call to "          \
2853           "malloc/realloc/free")                                            \
2854                                                                             \
2855   product(intx, TypeProfileWidth,      2,                                   \
2856           "number of receiver types to record in call/cast profile")        \
2857                                                                             \
2858   develop(intx, BciProfileWidth,      2,                                    \
2859           "number of return bci's to record in ret profile")                \
2860                                                                             \
2861   product(intx, PerMethodRecompilationCutoff, 400,                          \
2862           "After recompiling N times, stay in the interpreter (-1=>'Inf')") \
2863                                                                             \
2864   product(intx, PerBytecodeRecompilationCutoff, 100,                        \
2865           "Per-BCI limit on repeated recompilation (-1=>'Inf')")            \
2866                                                                             \
2867   product(intx, PerMethodTrapLimit,  100,                                   \
2868           "Limit on traps (of one kind) in a method (includes inlines)")    \
2869                                                                             \
2870   product(intx, PerBytecodeTrapLimit,  4,                                   \
2871           "Limit on traps (of one kind) at a particular BCI")               \
2872                                                                             \
2873   develop(intx, FreqCountInvocations,  1,                                   \
2874           "Scaling factor for branch frequencies (deprecated)")             \
2875                                                                             \
2876   develop(intx, InlineFrequencyRatio,    20,                                \
2877           "Ratio of call site execution to caller method invocation")       \
2878                                                                             \
2879   develop_pd(intx, InlineFrequencyCount,                                    \
2880           "Count of call site execution necessary to trigger frequent "     \
2881           "inlining")                                                       \
2882                                                                             \
2883   develop(intx, InlineThrowCount,    50,                                    \
2884           "Force inlining of interpreted methods that throw this often")    \




2844   develop(bool, StressNonEntrant, false,                                    \
2845           "Mark nmethods non-entrant at registration")                      \
2846                                                                             \
2847   diagnostic(intx, MallocVerifyInterval,     0,                             \
2848           "if non-zero, verify C heap after every N calls to "              \
2849           "malloc/realloc/free")                                            \
2850                                                                             \
2851   diagnostic(intx, MallocVerifyStart,     0,                                \
2852           "if non-zero, start verifying C heap after Nth call to "          \
2853           "malloc/realloc/free")                                            \
2854                                                                             \
2855   product(intx, TypeProfileWidth,      2,                                   \
2856           "number of receiver types to record in call/cast profile")        \
2857                                                                             \
2858   develop(intx, BciProfileWidth,      2,                                    \
2859           "number of return bci's to record in ret profile")                \
2860                                                                             \
2861   product(intx, PerMethodRecompilationCutoff, 400,                          \
2862           "After recompiling N times, stay in the interpreter (-1=>'Inf')") \
2863                                                                             \
2864   product(intx, PerBytecodeRecompilationCutoff, 200,                        \
2865           "Per-BCI limit on repeated recompilation (-1=>'Inf')")            \
2866                                                                             \
2867   product(intx, PerMethodTrapLimit,  100,                                   \
2868           "Limit on traps (of one kind) in a method (includes inlines)")    \
2869                                                                             \
2870   product(intx, PerBytecodeTrapLimit,  4,                                   \
2871           "Limit on traps (of one kind) at a particular BCI")               \
2872                                                                             \
2873   develop(intx, FreqCountInvocations,  1,                                   \
2874           "Scaling factor for branch frequencies (deprecated)")             \
2875                                                                             \
2876   develop(intx, InlineFrequencyRatio,    20,                                \
2877           "Ratio of call site execution to caller method invocation")       \
2878                                                                             \
2879   develop_pd(intx, InlineFrequencyCount,                                    \
2880           "Count of call site execution necessary to trigger frequent "     \
2881           "inlining")                                                       \
2882                                                                             \
2883   develop(intx, InlineThrowCount,    50,                                    \
2884           "Force inlining of interpreted methods that throw this often")    \


src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File