comparison src/share/vm/c1/c1_globals.hpp @ 2560:8902c4c20c69

increase max nmethod size, required for dacapo jython
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 29 Apr 2011 12:08:53 +0200
parents 0654ee04b214
children 75a99b4f1c98
comparison
equal deleted inserted replaced
2559:46eab5817cc2 2560:8902c4c20c69
286 "Install methods at the end of successful compilations") \ 286 "Install methods at the end of successful compilations") \
287 \ 287 \
288 product(intx, CompilationRepeat, 0, \ 288 product(intx, CompilationRepeat, 0, \
289 "Number of times to recompile method before returning result") \ 289 "Number of times to recompile method before returning result") \
290 \ 290 \
291 develop(intx, NMethodSizeLimit, (32*K)*wordSize, \ 291 develop(intx, NMethodSizeLimit, (64*K)*wordSize, \
292 "Maximum size of a compiled method.") \ 292 "Maximum size of a compiled method.") \
293 \ 293 \
294 develop(bool, TraceFPUStack, false, \ 294 develop(bool, TraceFPUStack, false, \
295 "Trace emulation of the FPU stack (intel only)") \ 295 "Trace emulation of the FPU stack (intel only)") \
296 \ 296 \