comparison src/cpu/x86/vm/templateInterpreter_x86.hpp @ 12262:6d7eba360ba4

8024128: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation Summary: Increase interpreter size for x86 template interpreter Reviewed-by: kvn, iveresov
author anoll
date Tue, 17 Sep 2013 08:39:20 +0200
parents f95d63e2154a
children cefad50507d8 74e00b98d5dd
comparison
equal deleted inserted replaced
12258:69f26e8e09f9 12262:6d7eba360ba4
32 // fail with a guarantee ("not enough space for interpreter generation"); 32 // fail with a guarantee ("not enough space for interpreter generation");
33 // if too small. 33 // if too small.
34 // Run with +PrintInterpreter to get the VM to print out the size. 34 // Run with +PrintInterpreter to get the VM to print out the size.
35 // Max size with JVMTI 35 // Max size with JVMTI
36 #ifdef AMD64 36 #ifdef AMD64
37 const static int InterpreterCodeSize = 200 * 1024; 37 const static int InterpreterCodeSize = 208 * 1024;
38 #else 38 #else
39 const static int InterpreterCodeSize = 168 * 1024; 39 const static int InterpreterCodeSize = 176 * 1024;
40 #endif // AMD64 40 #endif // AMD64
41 41
42 #endif // CPU_X86_VM_TEMPLATEINTERPRETER_X86_HPP 42 #endif // CPU_X86_VM_TEMPLATEINTERPRETER_X86_HPP