# HG changeset patch # User Thomas Wuerthinger # Date 1372252637 -7200 # Node ID 5d460d3465fda3a8eaa182ecad59bf6b8fa5191e # Parent 347d444a6fb705873973d2ac7bfcea1b334bdaf0 Slightly increase GraalNMethodSizeLimit and make it a product flag. diff -r 347d444a6fb7 -r 5d460d3465fd src/share/vm/graal/graalGlobals.hpp --- 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, \