comparison src/cpu/sparc/vm/templateInterpreter_sparc.hpp @ 1997:505c913f22f8

Merge
author trims
date Fri, 10 Dec 2010 17:59:46 -0800
parents f95d63e2154a
children 609c542c0410
comparison
equal deleted inserted replaced
1949:058f494c8b6d 1997:505c913f22f8
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #ifndef CPU_SPARC_VM_TEMPLATEINTERPRETER_SPARC_HPP
26 #define CPU_SPARC_VM_TEMPLATEINTERPRETER_SPARC_HPP
27
25 28
26 protected: 29 protected:
27 30
28 // Size of interpreter code. Increase if too small. Interpreter will 31 // Size of interpreter code. Increase if too small. Interpreter will
29 // fail with a guarantee ("not enough space for interpreter generation"); 32 // fail with a guarantee ("not enough space for interpreter generation");
36 // stack limit is unlimited, so that's why this is much bigger. 39 // stack limit is unlimited, so that's why this is much bigger.
37 const static int InterpreterCodeSize = 210 * K; 40 const static int InterpreterCodeSize = 210 * K;
38 #else 41 #else
39 const static int InterpreterCodeSize = 180 * K; 42 const static int InterpreterCodeSize = 180 * K;
40 #endif 43 #endif
44
45 #endif // CPU_SPARC_VM_TEMPLATEINTERPRETER_SPARC_HPP