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	Tue Aug 30 17:27:38 2011
--- new/src/share/vm/c1/c1_globals.hpp	Tue Aug 30 17:27:38 2011

*** 276,286 **** --- 276,286 ---- "Install methods at the end of successful compilations") \ \ product(intx, CompilationRepeat, 0, \ "Number of times to recompile method before returning result") \ \ ! develop(intx, NMethodSizeLimit, (32*K)*wordSize, \ ! 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