changeset 11820:aeeab846e98c

Merge
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Fri, 27 Sep 2013 19:51:01 +0200
parents 1cb614d6d25b (current diff) 793743715dc1 (diff)
children d8659ad83fcc 651cc32247d7
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/Node.java	Fri Sep 27 19:50:35 2013 +0200
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/Node.java	Fri Sep 27 19:51:01 2013 +0200
@@ -102,6 +102,7 @@
      * 
      * @return the assigned source code section
      */
+    @CompilerDirectives.SlowPath
     public final SourceSection getEncapsulatingSourceSection() {
         if (sourceSection == null && getParent() != null) {
             return getParent().getEncapsulatingSourceSection();