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	Mon Oct 14 22:33:48 2013
--- new/src/share/vm/c1/c1_globals.hpp	Mon Oct 14 22:33:48 2013

*** 339,348 **** --- 339,350 ---- "print control flow graph to a separate file during compilation") \ \ diagnostic(bool, C1PatchInvokeDynamic, true, \ "Patch invokedynamic appendix not known at compile time") \ \ + product(intx, MaxForceInlineLevel, 100, \ + "maximum number of nested @ForceInline calls that are inlined") \ \ // Read default values for c1 globals

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