src/share/vm/c1/c1_FrameMap.hpp

changeset 1919
61b2245abf36
parent 435
a61af66fc99e
child 1934
e9ff18c4ace7
     1.1 --- a/src/share/vm/c1/c1_FrameMap.hpp	Thu May 20 06:34:23 2010 -0700
     1.2 +++ b/src/share/vm/c1/c1_FrameMap.hpp	Fri May 21 02:59:24 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 2000-2006 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 2000-2010 Sun Microsystems, Inc.  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 @@ -150,6 +150,9 @@
    1.11    // Opr representing the stack_pointer on this platform
    1.12    static LIR_Opr stack_pointer();
    1.13  
    1.14 +  // JSR 292
    1.15 +  static LIR_Opr method_handle_invoke_SP_save_opr();
    1.16 +
    1.17    static BasicTypeArray*     signature_type_array_for(const ciMethod* method);
    1.18    static BasicTypeArray*     signature_type_array_for(const char * signature);
    1.19  

mercurial