src/share/vm/c1/c1_globals.hpp

changeset 3096
b346f13112d8
parent 2708
1d1603768966
child 3156
f08d439fab8c
equal deleted inserted replaced
3095:19241ae0d839 3096:b346f13112d8
276 "Install methods at the end of successful compilations") \ 276 "Install methods at the end of successful compilations") \
277 \ 277 \
278 product(intx, CompilationRepeat, 0, \ 278 product(intx, CompilationRepeat, 0, \
279 "Number of times to recompile method before returning result") \ 279 "Number of times to recompile method before returning result") \
280 \ 280 \
281 develop(intx, NMethodSizeLimit, (32*K)*wordSize, \ 281 develop(intx, NMethodSizeLimit, (64*K)*wordSize, \
282 "Maximum size of a compiled method.") \ 282 "Maximum size of a compiled method.") \
283 \ 283 \
284 develop(bool, TraceFPUStack, false, \ 284 develop(bool, TraceFPUStack, false, \
285 "Trace emulation of the FPU stack (intel only)") \ 285 "Trace emulation of the FPU stack (intel only)") \
286 \ 286 \

mercurial