comparison src/cpu/sparc/vm/register_definitions_sparc.cpp @ 1579:e9ff18c4ace7

Merge
author jrose
date Wed, 02 Jun 2010 22:45:42 -0700
parents c18cbe5936b8 61b2245abf36
children f95d63e2154a
comparison
equal deleted inserted replaced
1562:dfe27f03244a 1579:e9ff18c4ace7
1 /* 1 /*
2 * Copyright (c) 2002, 2009, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2002, 2010, Oracle and/or its affiliates. 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);