diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/Probe.java @ 20105:e73096245a4c

Truffle/Instrumentation: the Instrument code now has access to Probe.invalidateProbeUnchanged, needed for attaching AST instrumentation.
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Tue, 31 Mar 2015 18:58:36 -0700
parents 907128d02b31
children f166d264af9f
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/Probe.java	Tue Mar 31 18:56:42 2015 -0700
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/Probe.java	Tue Mar 31 18:58:36 2015 -0700
@@ -336,7 +336,7 @@
         }
     }
 
-    private void invalidateProbeUnchanged() {
+    void invalidateProbeUnchanged() {
         probeStateUnchangedCyclic.invalidate();
     }