hotspot/src/share/vm/c1/c1_FrameMap.hpp
changeset 5702 201c5cde25bb
parent 5547 f4b087cbb361
parent 5687 b862d1f189bd
child 5707 6c66849ed24e
equal deleted inserted replaced
5685:0e4c848d5c06 5702:201c5cde25bb
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   148 
   148 
   149  public:
   149  public:
   150   // Opr representing the stack_pointer on this platform
   150   // Opr representing the stack_pointer on this platform
   151   static LIR_Opr stack_pointer();
   151   static LIR_Opr stack_pointer();
   152 
   152 
       
   153   // JSR 292
       
   154   static LIR_Opr method_handle_invoke_SP_save_opr();
       
   155 
   153   static BasicTypeArray*     signature_type_array_for(const ciMethod* method);
   156   static BasicTypeArray*     signature_type_array_for(const ciMethod* method);
   154   static BasicTypeArray*     signature_type_array_for(const char * signature);
   157   static BasicTypeArray*     signature_type_array_for(const char * signature);
   155 
   158 
   156   // for outgoing calls, these also update the reserved area to
   159   // for outgoing calls, these also update the reserved area to
   157   // include space for arguments and any ABI area.
   160   // include space for arguments and any ABI area.