hotspot/src/cpu/sparc/vm/register_definitions_sparc.cpp

Print this page
rev 611 : Merge

*** 1,10 **** #ifdef USE_PRAGMA_IDENT_SRC #pragma ident "@(#)register_definitions_sparc.cpp 1.13 07/08/29 13:42:18 JVM" #endif /* ! * Copyright 2002-2005 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,10 ---- #ifdef USE_PRAGMA_IDENT_SRC #pragma ident "@(#)register_definitions_sparc.cpp 1.13 07/08/29 13:42:18 JVM" #endif /* ! * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 132,141 **** --- 132,142 ---- REGISTER_DEFINITION(FloatRegister, Ftos_d1); REGISTER_DEFINITION(FloatRegister, Ftos_d2); REGISTER_DEFINITION(Register, G2_thread); + REGISTER_DEFINITION(Register, G6_heapbase); REGISTER_DEFINITION(Register, G5_method); REGISTER_DEFINITION(Register, G5_megamorphic_method); REGISTER_DEFINITION(Register, G5_inline_cache_reg); REGISTER_DEFINITION(Register, Gargs); REGISTER_DEFINITION(Register, L7_thread_cache);