src/cpu/sparc/vm/register_definitions_sparc.cpp

changeset 1934
e9ff18c4ace7
parent 1907
c18cbe5936b8
parent 1919
61b2245abf36
child 2314
f95d63e2154a
     1.1 --- a/src/cpu/sparc/vm/register_definitions_sparc.cpp	Tue Jun 01 11:48:33 2010 -0700
     1.2 +++ b/src/cpu/sparc/vm/register_definitions_sparc.cpp	Wed Jun 02 22:45:42 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2002, 2009, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -142,9 +142,12 @@
    1.11  REGISTER_DEFINITION(Register, G3_scratch);
    1.12  REGISTER_DEFINITION(Register, G4_scratch);
    1.13  REGISTER_DEFINITION(Register, Gtemp);
    1.14 +REGISTER_DEFINITION(Register, Lentry_args);
    1.15 +
    1.16 +// JSR 292
    1.17  REGISTER_DEFINITION(Register, G5_method_type);
    1.18  REGISTER_DEFINITION(Register, G3_method_handle);
    1.19 -REGISTER_DEFINITION(Register, Lentry_args);
    1.20 +REGISTER_DEFINITION(Register, L7_mh_SP_save);
    1.21  
    1.22  #ifdef CC_INTERP
    1.23  REGISTER_DEFINITION(Register, Lstate);

mercurial