comparison src/share/vm/c1/c1_globals.hpp @ 20575:b9c94af14fd0

8059445: Remove CompilationRepeat Summary: Remove product flag -XX:CompilationRepeat Reviewed-by: kvn, iveresov
author neliasso
date Mon, 20 Oct 2014 13:22:28 +0200
parents a9becfeecd1b
children 7848fc12602b
comparison
equal deleted inserted replaced
20574:9dc314de223d 20575: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)") \