hotspot/src/share/vm/c1/c1_FrameMap.hpp
changeset 5687 b862d1f189bd
parent 1 489c9b5090e2
child 5702 201c5cde25bb
--- a/hotspot/src/share/vm/c1/c1_FrameMap.hpp	Thu May 20 06:34:23 2010 -0700
+++ b/hotspot/src/share/vm/c1/c1_FrameMap.hpp	Fri May 21 02:59:24 2010 -0700
@@ -1,5 +1,5 @@
 /*
- * 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
@@ -150,6 +150,9 @@
   // 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);