comparison src/share/vm/graal/graalGlobals.hpp @ 10539:5d460d3465fd

Slightly increase GraalNMethodSizeLimit and make it a product flag.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 26 Jun 2013 15:17:17 +0200
parents 8d10fc6b4f6c
children 651cc32247d7
comparison
equal deleted inserted replaced
10538:347d444a6fb7 10539:5d460d3465fd
62 "Use fast inlined type array allocation") \ 62 "Use fast inlined type array allocation") \
63 \ 63 \
64 develop(bool, GraalUseFastNewObjectArray, true, \ 64 develop(bool, GraalUseFastNewObjectArray, true, \
65 "Use fast inlined object array allocation") \ 65 "Use fast inlined object array allocation") \
66 \ 66 \
67 develop(intx, GraalNMethodSizeLimit, (64*K)*wordSize, \ 67 product(intx, GraalNMethodSizeLimit, (80*K)*wordSize, \
68 "Maximum size of a compiled method.") \ 68 "Maximum size of a compiled method.") \
69 \ 69 \
70 notproduct(bool, GraalPrintSimpleStubs, false, \ 70 notproduct(bool, GraalPrintSimpleStubs, false, \
71 "Print simple Graal stubs") \ 71 "Print simple Graal stubs") \
72 \ 72 \