comparison 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
comparison
equal deleted inserted replaced
8609:9f9aaa65294e 8610:5407d1dd6450
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 = 220 * 1024; 37 const static int InterpreterCodeSize = 240 * 1024;
38 #else 38 #else
39 const static int InterpreterCodeSize = 168 * 1024; 39 const static int InterpreterCodeSize = 168 * 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