comparison src/share/vm/opto/c2_globals.hpp @ 8691:571076d3c79d

8009120: Fuzz instruction scheduling in HotSpot compilers Reviewed-by: kvn, vlivanov
author shade
date Tue, 05 Mar 2013 04:24:50 -0800
parents 8b3da8d14c93
children 6f3fd5150b67
comparison
equal deleted inserted replaced
8689:bf06968a8a00 8691: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, \