comparison src/share/vm/c1/c1_globals.hpp @ 12975:0d1661d63d70

8012941: JSR 292: too deep inlining might crash compiler because of stack overflow Reviewed-by: kvn, twisti
author vlivanov
date Wed, 23 Oct 2013 20:20:03 +0400
parents f98f5d48f511
children e74074c34312 2b8e28fdf503
comparison
equal deleted inserted replaced
12974:d95eca175eff 12975:0d1661d63d70
339 "print control flow graph to a separate file during compilation") \ 339 "print control flow graph to a separate file during compilation") \
340 \ 340 \
341 diagnostic(bool, C1PatchInvokeDynamic, true, \ 341 diagnostic(bool, C1PatchInvokeDynamic, true, \
342 "Patch invokedynamic appendix not known at compile time") \ 342 "Patch invokedynamic appendix not known at compile time") \
343 \ 343 \
344 develop(intx, MaxForceInlineLevel, 100, \
345 "maximum number of nested @ForceInline calls that are inlined") \
344 \ 346 \
345 347
346 348
347 // Read default values for c1 globals 349 // Read default values for c1 globals
348 350