hotspot/src/share/vm/c1/c1_globals.hpp
changeset 10505 df3cc194efc5
parent 8921 14bfe81f2a9d
child 10565 dc90c239f4ec
equal deleted inserted replaced
10504:754cf4e432f4 10505:df3cc194efc5
   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                                                                             \