src/share/vm/c1/c1_globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_globals.hpp	Wed Sep 17 11:04:49 2014
--- new/src/share/vm/c1/c1_globals.hpp	Wed Sep 17 11:04:49 2014

*** 285,297 **** --- 285,294 ---- "bailout of compilation for methods with exception handlers") \ \ develop(bool, InstallMethods, true, \ "Install methods at the end of successful compilations") \ \ product(intx, CompilationRepeat, 0, \ "Number of times to recompile method before returning result") \ \ develop(intx, NMethodSizeLimit, (64*K)*wordSize, \ "Maximum size of a compiled method.") \ \ develop(bool, TraceFPUStack, false, \ "Trace emulation of the FPU stack (intel only)") \

src/share/vm/c1/c1_globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File