comparison src/share/vm/jvmci/jvmci_globals.hpp @ 22544:b87d1bf3cd9a

renamed TraceJVMCI option to JVMCITraceLevel and ensured all tracing controlled by this option uses the TRACE_jvmci_* macros
author Doug Simon <doug.simon@oracle.com>
date Wed, 09 Sep 2015 20:29:40 +0200
parents 8750eddf726f
children f9f6d683c1d5
comparison
equal deleted inserted replaced
22543:97ca867d3622 22544:b87d1bf3cd9a
75 "actual size could be less depending on elements type")) \ 75 "actual size could be less depending on elements type")) \
76 \ 76 \
77 NOT_COMPILER2(product(bool, ReduceInitialCardMarks, true, \ 77 NOT_COMPILER2(product(bool, ReduceInitialCardMarks, true, \
78 "Defer write barriers of young objects")) \ 78 "Defer write barriers of young objects")) \
79 \ 79 \
80 product(intx, TraceJVMCI, 0, \ 80 product(intx, JVMCITraceLevel, 0, \
81 "Trace level for JVMCI: " \ 81 "Trace level for JVMCI: " \
82 "1 means emit messages for each CompilerToVM call," \ 82 "1 means emit a message for each CompilerToVM call," \
83 "levels greater than one provide progressively greater detail") \ 83 "levels greater than 1 provide progressively greater detail") \
84 \ 84 \
85 product(intx, JVMCICounterSize, 0, \ 85 product(intx, JVMCICounterSize, 0, \
86 "Reserved size for benchmark counters") \ 86 "Reserved size for benchmark counters") \
87 \ 87 \
88 product(bool, JVMCICountersExcludeCompiler, true, \ 88 product(bool, JVMCICountersExcludeCompiler, true, \