changeset 22771:b77a84663e6a

Update jvmci import.
author Roland Schatz <roland.schatz@oracle.com>
date Wed, 07 Oct 2015 13:01:32 +0200
parents 42b173295a32
children 6907a644657b
files graal/com.oracle.graal.lir/src/com/oracle/graal/lir/dfa/LocationMarkerPhase.java mx.graal/suite.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.lir/src/com/oracle/graal/lir/dfa/LocationMarkerPhase.java	Wed Oct 07 01:43:56 2015 -0700
+++ b/graal/com.oracle.graal.lir/src/com/oracle/graal/lir/dfa/LocationMarkerPhase.java	Wed Oct 07 13:01:32 2015 +0200
@@ -75,7 +75,7 @@
         protected boolean shouldProcessValue(Value operand) {
             if (isRegister(operand)) {
                 Register reg = asRegister(operand);
-                if (reg.getReferenceMapIndex() < 0 || !attributes(reg).isAllocatable()) {
+                if (!reg.mayContainReference() || !attributes(reg).isAllocatable()) {
                     // register that's not allocatable or not part of the reference map
                     return false;
                 }
--- a/mx.graal/suite.py	Wed Oct 07 01:43:56 2015 -0700
+++ b/mx.graal/suite.py	Wed Oct 07 13:01:32 2015 +0200
@@ -6,7 +6,7 @@
     "suites": [
             {
                "name" : "jvmci",
-               "version" : "db43de18c17044f0c7b96a8d6e4d862b0f325328",
+               "version" : "31da25ac2805f93ee1fe45d03abe6ae79cb12e25",
                "urls" : [
                     {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
                     {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},