diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/Probe.java @ 16856:7833417c8172

Changes to Instrumentation
author David Piorkowski <david.piorkowski@oracle.com>
date Mon, 18 Aug 2014 14:36:12 -0700
parents 50d79ad439f1
children 7bfbad29d331
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/Probe.java	Mon Aug 18 21:02:51 2014 +0200
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/Probe.java	Mon Aug 18 14:36:12 2014 -0700
@@ -55,7 +55,10 @@
 public interface Probe extends ExecutionEvents, SyntaxTagged {
 
     /**
-     * The source location with which this probe is (presumably uniquely) associated.
+     * Get the {@link SourceSection} associated with this probe. This is no longer uniquely
+     * associated.
+     *
+     * @return The source associated with this probe.
      */
     SourceSection getSourceLocation();