changeset 17103:69d8f4e45ee2

[SPARC] Fix typo
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Fri, 12 Sep 2014 12:54:06 -0700
parents 8c9ab783e814
children b0146ab5b55f
files src/cpu/sparc/vm/sharedRuntime_sparc.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Fri Sep 12 12:51:34 2014 -0700
+++ b/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Fri Sep 12 12:54:06 2014 -0700
@@ -3437,10 +3437,10 @@
     pad += StackShadowPages*16 + 32;
   }
 #ifdef GRAAL
-  pad += 32; // Increase the buffer size when compiling for GRAAL
+  pad += 1000; // Increase the buffer size when compiling for GRAAL
 #endif
 #ifdef _LP64
-  CodeBuffer buffer("deopt_blob", 2100+pad, 512);
+  CodeBuffer buffer("deopt_blob", 2100+pad+1000, 512);
 #else
   // Measured 8/7/03 at 1212 in 32bit debug build (no VerifyThread)
   // Measured 8/7/03 at 1396 in 32bit debug build (VerifyThread)