src/share/vm/opto/c2_globals.hpp

changeset 4691
571076d3c79d
parent 4589
8b3da8d14c93
child 5110
6f3fd5150b67
equal deleted inserted replaced
4689:bf06968a8a00 4691:571076d3c79d
52 // Defines all globals flags used by the server compiler. 52 // Defines all globals flags used by the server compiler.
53 // 53 //
54 54
55 #define C2_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct) \ 55 #define C2_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct) \
56 \ 56 \
57 develop(bool, StressLCM, false, \
58 "Randomize instruction scheduling in LCM") \
59 \
60 develop(bool, StressGCM, false, \
61 "Randomize instruction scheduling in GCM") \
62 \
57 notproduct(intx, CompileZapFirst, 0, \ 63 notproduct(intx, CompileZapFirst, 0, \
58 "If +ZapDeadCompiledLocals, " \ 64 "If +ZapDeadCompiledLocals, " \
59 "skip this many before compiling in zap calls") \ 65 "skip this many before compiling in zap calls") \
60 \ 66 \
61 notproduct(intx, CompileZapLast, -1, \ 67 notproduct(intx, CompileZapLast, -1, \

mercurial