diff truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/package-info.java @ 22247:c1c9c6d79f40

Truffle/Instrumentation: remove method Instrumenter.isInstrumentable()
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Wed, 23 Sep 2015 18:26:14 -0700
parents e110ab9f91fe
children 6d328e688339
line wrap: on
line diff
--- a/truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/package-info.java	Wed Sep 23 17:24:59 2015 -0700
+++ b/truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/package-info.java	Wed Sep 23 18:26:14 2015 -0700
@@ -60,9 +60,7 @@
  * {@linkplain com.oracle.truffle.api.instrument.Probe Probe} that is permanently associated with a
  * particular segment of source code, e.g. a "statement", that corresponds to an AST location.</li>
  * <li>Probing is only supported at
- * {@linkplain com.oracle.truffle.api.nodes.Node Nodes} that are implemented to be
- * {@linkplain com.oracle.truffle.api.instrument.Instrumenter#isInstrumentable(com.oracle.truffle.api.nodes.Node)
- * instrumentable}.</li>
+ * {@linkplain com.oracle.truffle.api.nodes.Node Nodes} where supported by specific language implementations.</li>
  * <li>The relationship between a
  * {@linkplain com.oracle.truffle.api.instrument.Probe Probe} and
  * a source code location persists across Truffle <em>cloning</em> of ASTs, which is to say, a single