changeset 23664:730e7a1090e2

recovered code to increase template interpreter code buffer under INCLUDE_JVMCI
author Doug Simon <doug.simon@oracle.com>
date Thu, 02 Jun 2016 15:24:00 +0200
parents 6e1d37ce0d0c
children d9cb6983c9a5
files src/cpu/x86/vm/templateInterpreter_x86.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateInterpreter_x86.hpp	Wed Jun 01 11:48:01 2016 +0200
+++ b/src/cpu/x86/vm/templateInterpreter_x86.hpp	Thu Jun 02 15:24:00 2016 +0200
@@ -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 = 256 * 1024;
+  const static int InterpreterCodeSize = JVMCI_ONLY(264) NOT_JVMCI(256) * 1024;
 #else
   const static int InterpreterCodeSize = 224 * 1024;
 #endif // AMD64