src/share/vm/c1/c1_globals.hpp

changeset 7289
b9c94af14fd0
parent 6503
a9becfeecd1b
child 7535
7ae4e26cb1e0
equal deleted inserted replaced
7288:9dc314de223d 7289:b9c94af14fd0
285 "bailout of compilation for methods with exception handlers") \ 285 "bailout of compilation for methods with exception handlers") \
286 \ 286 \
287 develop(bool, InstallMethods, true, \ 287 develop(bool, InstallMethods, true, \
288 "Install methods at the end of successful compilations") \ 288 "Install methods at the end of successful compilations") \
289 \ 289 \
290 product(intx, CompilationRepeat, 0, \
291 "Number of times to recompile method before returning result") \
292 \
293 develop(intx, NMethodSizeLimit, (64*K)*wordSize, \ 290 develop(intx, NMethodSizeLimit, (64*K)*wordSize, \
294 "Maximum size of a compiled method.") \ 291 "Maximum size of a compiled method.") \
295 \ 292 \
296 develop(bool, TraceFPUStack, false, \ 293 develop(bool, TraceFPUStack, false, \
297 "Trace emulation of the FPU stack (intel only)") \ 294 "Trace emulation of the FPU stack (intel only)") \

mercurial