src/share/vm/c1/c1_FrameMap.hpp

changeset 1934
e9ff18c4ace7
parent 1907
c18cbe5936b8
parent 1919
61b2245abf36
child 1939
b812ff5abc73
     1.1 --- a/src/share/vm/c1/c1_FrameMap.hpp	Tue Jun 01 11:48:33 2010 -0700
     1.2 +++ b/src/share/vm/c1/c1_FrameMap.hpp	Wed Jun 02 22:45:42 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 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 @@ -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