src/share/vm/c1/c1_globals.hpp

changeset 3096
b346f13112d8
parent 2708
1d1603768966
child 3156
f08d439fab8c
     1.1 --- a/src/share/vm/c1/c1_globals.hpp	Tue Aug 30 00:54:09 2011 -0700
     1.2 +++ b/src/share/vm/c1/c1_globals.hpp	Tue Aug 30 19:01:58 2011 -0700
     1.3 @@ -278,7 +278,7 @@
     1.4    product(intx, CompilationRepeat, 0,                                       \
     1.5            "Number of times to recompile method before returning result")    \
     1.6                                                                              \
     1.7 -  develop(intx, NMethodSizeLimit, (32*K)*wordSize,                          \
     1.8 +  develop(intx, NMethodSizeLimit, (64*K)*wordSize,                          \
     1.9            "Maximum size of a compiled method.")                             \
    1.10                                                                              \
    1.11    develop(bool, TraceFPUStack, false,                                       \

mercurial