diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/frame/MaterializedFrame.java @ 21170:422f913e9310

Truffle: remove obsolete javadoc
author Andreas Woess <andreas.woess@oracle.com>
date Thu, 30 Apr 2015 23:58:00 +0200
parents 494b818b527c
children
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/frame/MaterializedFrame.java	Thu Apr 30 23:55:22 2015 +0200
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/frame/MaterializedFrame.java	Thu Apr 30 23:58:00 2015 +0200
@@ -27,9 +27,7 @@
 /**
  * Represents a materialized frame containing values of local variables of the guest language. It
  * can be created using the {@link VirtualFrame#materialize()} method. Instances of this type are
- * the only frame instances that may be stored in fields or cast to {@link java.lang.Object}. In
- * contrast to a {@link VirtualFrame}, a {@link MaterializedFrame} can no longer be packed and it
- * also does not provide access to the caller frame.
+ * the only frame instances that may be stored in fields or cast to {@link java.lang.Object}.
  */
 public interface MaterializedFrame extends Frame {