diff src/cpu/sparc/vm/assembler_sparc.hpp @ 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 df736661d0c8
children 9f669cf29cb0
line wrap: on
line diff
--- a/src/cpu/sparc/vm/assembler_sparc.hpp	Thu May 20 06:34:23 2010 -0700
+++ b/src/cpu/sparc/vm/assembler_sparc.hpp	Fri May 21 02:59:24 2010 -0700
@@ -87,6 +87,7 @@
 // JSR 292 fixed register usages:
 REGISTER_DECLARATION(Register, G5_method_type        , G5);
 REGISTER_DECLARATION(Register, G3_method_handle      , G3);
+REGISTER_DECLARATION(Register, L7_mh_SP_save         , L7);
 
 // The compiler requires that G5_megamorphic_method is G5_inline_cache_klass,
 // because a single patchable "set" instruction (NativeMovConstReg,