diff graal/com.oracle.truffle.api.object/src/com/oracle/truffle/api/object/Shape.java @ 21952:f929f601bdca

Truffle: remove Shape#copyOverPropertiesInternal
author Andreas Woess <andreas.woess@oracle.com>
date Fri, 12 Jun 2015 15:23:50 +0200
parents f439fdb137a3
children
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api.object/src/com/oracle/truffle/api/object/Shape.java	Fri Jun 12 17:32:52 2015 +0200
+++ b/graal/com.oracle.truffle.api.object/src/com/oracle/truffle/api/object/Shape.java	Fri Jun 12 15:23:50 2015 +0200
@@ -156,11 +156,6 @@
     public abstract Allocator allocator();
 
     /**
-     * For copying over properties after exchanging the prototype of an object.
-     */
-    public abstract Shape copyOverPropertiesInternal(Shape destination);
-
-    /**
      * Get number of properties in this shape.
      */
     public abstract int getPropertyCount();