src/share/vm/c1/c1_FrameMap.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_FrameMap.hpp	Mon Apr 26 03:24:13 2010
--- new/src/share/vm/c1/c1_FrameMap.hpp	Mon Apr 26 03:24:13 2010

*** 1,7 **** --- 1,7 ---- /* ! * Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved. ! * Copyright 2000-2010 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 148,157 **** --- 148,160 ---- public: // Opr representing the stack_pointer on this platform static LIR_Opr stack_pointer(); + // JSR 292 + static LIR_Opr method_handle_invoke_SP_save_opr(); + static BasicTypeArray* signature_type_array_for(const ciMethod* method); static BasicTypeArray* signature_type_array_for(const char * signature); // for outgoing calls, these also update the reserved area to // include space for arguments and any ABI area.

src/share/vm/c1/c1_FrameMap.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File