src/cpu/x86/vm/templateInterpreter_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File JDK-8026708 Cdiff src/cpu/x86/vm/templateInterpreter_x86.hpp

src/cpu/x86/vm/templateInterpreter_x86.hpp

Print this page

        

*** 32,42 **** // fail with a guarantee ("not enough space for interpreter generation"); // if too small. // Run with +PrintInterpreter to get the VM to print out the size. // Max size with JVMTI #ifdef AMD64 ! const static int InterpreterCodeSize = 208 * 1024; #else ! const static int InterpreterCodeSize = 176 * 1024; #endif // AMD64 #endif // CPU_X86_VM_TEMPLATEINTERPRETER_X86_HPP --- 32,42 ---- // fail with a guarantee ("not enough space for interpreter generation"); // if too small. // Run with +PrintInterpreter to get the VM to print out the size. // Max size with JVMTI #ifdef AMD64 ! const static int InterpreterCodeSize = 256 * 1024; #else ! const static int InterpreterCodeSize = 224 * 1024; #endif // AMD64 #endif // CPU_X86_VM_TEMPLATEINTERPRETER_X86_HPP
src/cpu/x86/vm/templateInterpreter_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File