comparison src/share/vm/c1/c1_globals.hpp @ 13081:e74074c34312

8028159: C2: compiler stack overflow during inlining of @ForceInline methods Reviewed-by: roland, kvn
author vlivanov
date Thu, 14 Nov 2013 09:14:39 -0800
parents 0d1661d63d70
children 096c224171c4 de6a9e811145 da862781b584
comparison
equal deleted inserted replaced
13080:6e1826d5c23e 13081:e74074c34312
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") \
346 \
347 344
348 345
349 // Read default values for c1 globals 346 // Read default values for c1 globals
350 347
351 C1_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_NOTPRODUCT_FLAG) 348 C1_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_NOTPRODUCT_FLAG)