comparison src/cpu/sparc/vm/cppInterpreter_sparc.hpp @ 1506:2338d41fbd81

6943304: remove tagged stack interpreter Reviewed-by: coleenp, never, gbenson
author twisti
date Fri, 30 Apr 2010 08:37:24 -0700
parents a61af66fc99e
children c18cbe5936b8
comparison
equal deleted inserted replaced
1505:0c5b3cf3c1f5 1506:2338d41fbd81
1 /* 1 /*
2 * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 2002-2010 Sun Microsystems, Inc. All Rights Reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
24 24
25 // Size of interpreter code. Increase if too small. Interpreter will 25 // Size of interpreter code. Increase if too small. Interpreter will
26 // fail with a guarantee ("not enough space for interpreter generation"); 26 // fail with a guarantee ("not enough space for interpreter generation");
27 // if too small. 27 // if too small.
28 // Run with +PrintInterpreter to get the VM to print out the size. 28 // Run with +PrintInterpreter to get the VM to print out the size.
29 // Max size with JVMTI and TaggedStackInterpreter 29 // Max size with JVMTI
30 30
31 // QQQ this is proably way too large for c++ interpreter 31 // QQQ this is proably way too large for c++ interpreter
32 32
33 #ifdef _LP64 33 #ifdef _LP64
34 // The sethi() instruction generates lots more instructions when shell 34 // The sethi() instruction generates lots more instructions when shell