diff 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
line wrap: on
line diff
--- a/src/share/vm/graal/graalGlobals.hpp	Tue Jun 25 23:52:52 2013 +0200
+++ b/src/share/vm/graal/graalGlobals.hpp	Wed Jun 26 15:17:17 2013 +0200
@@ -64,7 +64,7 @@
   develop(bool, GraalUseFastNewObjectArray, true,                           \
           "Use fast inlined object array allocation")                       \
                                                                             \
-  develop(intx, GraalNMethodSizeLimit, (64*K)*wordSize,                     \
+  product(intx, GraalNMethodSizeLimit, (80*K)*wordSize,                     \
           "Maximum size of a compiled method.")                             \
                                                                             \
   notproduct(bool, GraalPrintSimpleStubs, false,                            \