comparison src/cpu/x86/vm/templateInterpreter_x86.hpp @ 12442:bef1738b58d9

increased generated interpreter size to accomodate Windows
author Doug Simon <doug.simon@oracle.com>
date Wed, 16 Oct 2013 14:18:10 +0200
parents 6adc06f18b80
children 096c224171c4
comparison
equal deleted inserted replaced
12441:3de38bb7bc1d 12442:bef1738b58d9
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 = GRAALVM_ONLY(244) NOT_GRAALVM(240) * 1024; 37 const static int InterpreterCodeSize = GRAAL_ONLY(256) NOT_GRAAL(208) * 1024;
38 #else 38 #else
39 const static int InterpreterCodeSize = 176 * 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