diff src/share/vm/prims/methodHandleWalk.hpp @ 3753:cba7b5c2d53f

7045514: SPARC assembly code for JSR 292 ricochet frames Reviewed-by: kvn, jrose
author never
date Fri, 03 Jun 2011 22:31:43 -0700
parents 5ac411b3b8fc
children 81d815b05abb
line wrap: on
line diff
--- a/src/share/vm/prims/methodHandleWalk.hpp	Thu Jun 02 13:36:11 2011 -0700
+++ b/src/share/vm/prims/methodHandleWalk.hpp	Fri Jun 03 22:31:43 2011 -0700
@@ -110,6 +110,7 @@
   // slot order to make it easier to understand.
   void print();
   static void print(Handle mh);
+  static void print(oopDesc* mh);
 #endif
 };
 
@@ -273,7 +274,7 @@
   static jvalue one_jvalue;
 
   // Fake constant pool entry.
-  class ConstantValue {
+  class ConstantValue : public ResourceObj {
   private:
     int       _tag;   // Constant pool tag type.
     JavaValue _value;