diff src/share/vm/c1/c1_globals.hpp @ 3896:b346f13112d8

7085279: C1 overflows code buffer with VerifyOops and CompressedOops Summary: Increase the limit of code emitted per LIR instruction, increase the max size of the nmethod generated by C1 Reviewed-by: never, kvn, johnc
author iveresov
date Tue, 30 Aug 2011 19:01:58 -0700
parents 1d1603768966
children f08d439fab8c
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Tue Aug 30 00:54:09 2011 -0700
+++ b/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,                                       \