diff src/cpu/x86/vm/templateInterpreter_x86.hpp @ 8610:5407d1dd6450

API to access nullness profiling information for instanceof, checkcast, and aastore increased maximum interpreter code size to support Java debugging on Windows
author Christian Haeubl <haeubl@ssw.jku.at>
date Wed, 27 Mar 2013 10:36:57 +0100
parents 2286bae19255
children 6d884611d4c1
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateInterpreter_x86.hpp	Tue Mar 26 15:35:20 2013 +0100
+++ b/src/cpu/x86/vm/templateInterpreter_x86.hpp	Wed Mar 27 10:36:57 2013 +0100
@@ -34,7 +34,7 @@
   // Run with +PrintInterpreter to get the VM to print out the size.
   // Max size with JVMTI
 #ifdef AMD64
-  const static int InterpreterCodeSize = 220 * 1024;
+  const static int InterpreterCodeSize = 240 * 1024;
 #else
   const static int InterpreterCodeSize = 168 * 1024;
 #endif // AMD64