comparison src/cpu/sparc/vm/register_definitions_sparc.cpp @ 1564:61b2245abf36

6930772: JSR 292 needs to support SPARC C1 Summary: C1 for SPARC needs to support JSR 292. Reviewed-by: never, jrose
author twisti
date Fri, 21 May 2010 02:59:24 -0700
parents e5b0439ef4ae
children e9ff18c4ace7
comparison
equal deleted inserted replaced
1563:1a5913bf5e19 1564:61b2245abf36
1 /* 1 /*
2 * Copyright 2002-2009 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.
140 REGISTER_DEFINITION(Register, Gframe_size); 140 REGISTER_DEFINITION(Register, Gframe_size);
141 REGISTER_DEFINITION(Register, G1_scratch); 141 REGISTER_DEFINITION(Register, G1_scratch);
142 REGISTER_DEFINITION(Register, G3_scratch); 142 REGISTER_DEFINITION(Register, G3_scratch);
143 REGISTER_DEFINITION(Register, G4_scratch); 143 REGISTER_DEFINITION(Register, G4_scratch);
144 REGISTER_DEFINITION(Register, Gtemp); 144 REGISTER_DEFINITION(Register, Gtemp);
145 REGISTER_DEFINITION(Register, Lentry_args);
146
147 // JSR 292
145 REGISTER_DEFINITION(Register, G5_method_type); 148 REGISTER_DEFINITION(Register, G5_method_type);
146 REGISTER_DEFINITION(Register, G3_method_handle); 149 REGISTER_DEFINITION(Register, G3_method_handle);
147 REGISTER_DEFINITION(Register, Lentry_args); 150 REGISTER_DEFINITION(Register, L7_mh_SP_save);
148 151
149 #ifdef CC_INTERP 152 #ifdef CC_INTERP
150 REGISTER_DEFINITION(Register, Lstate); 153 REGISTER_DEFINITION(Register, Lstate);
151 REGISTER_DEFINITION(Register, L1_scratch); 154 REGISTER_DEFINITION(Register, L1_scratch);
152 REGISTER_DEFINITION(Register, Lmirror); 155 REGISTER_DEFINITION(Register, Lmirror);