hotspot/src/share/vm/c1/c1_globals.hpp
changeset 10505 df3cc194efc5
parent 8921 14bfe81f2a9d
child 10565 dc90c239f4ec
--- a/hotspot/src/share/vm/c1/c1_globals.hpp	Tue Aug 30 00:54:09 2011 -0700
+++ b/hotspot/src/share/vm/c1/c1_globals.hpp	Tue Aug 30 19:01:58 2011 -0700
@@ -278,7 +278,7 @@
   product(intx, CompilationRepeat, 0,                                       \
           "Number of times to recompile method before returning result")    \
                                                                             \
-  develop(intx, NMethodSizeLimit, (32*K)*wordSize,                          \
+  develop(intx, NMethodSizeLimit, (64*K)*wordSize,                          \
           "Maximum size of a compiled method.")                             \
                                                                             \
   develop(bool, TraceFPUStack, false,                                       \