comparison src/share/vm/c1/c1_globals.hpp @ 3896:b346f13112d8

7085279: C1 overflows code buffer with VerifyOops and CompressedOops Summary: Increase the limit of code emitted per LIR instruction, increase the max size of the nmethod generated by C1 Reviewed-by: never, kvn, johnc
author iveresov
date Tue, 30 Aug 2011 19:01:58 -0700
parents 1d1603768966
children f08d439fab8c
comparison
equal deleted inserted replaced
3895:19241ae0d839 3896: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 \