changeset 23334:730dddc179ab

Update jvmci import.
author Roland Schatz <roland.schatz@oracle.com>
date Wed, 20 Jan 2016 12:01:21 +0100
parents 5fd40a045778
children ef5ce69bdc21
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotCompiledCodeBuilder.java mx.graal/suite.py
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotCompiledCodeBuilder.java	Tue Jan 19 21:28:31 2016 -0800
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotCompiledCodeBuilder.java	Wed Jan 20 12:01:21 2016 +0100
@@ -116,10 +116,10 @@
                 id = hsMethod.allocateCompileId(entryBCI);
                 jvmciEnv = 0L;
             }
-            return new HotSpotCompiledNmethod(name, targetCode, targetCodeSize, sites, assumptions, methods, comments, dataSection, dataSectionAlignment, dataSectionPatches, totalFrameSize,
+            return new HotSpotCompiledNmethod(name, targetCode, targetCodeSize, sites, assumptions, methods, comments, dataSection, dataSectionAlignment, dataSectionPatches, false, totalFrameSize,
                             customStackAreaOffset, hsMethod, entryBCI, id, jvmciEnv, hasUnsafeAccess);
         } else {
-            return new HotSpotCompiledCode(name, targetCode, targetCodeSize, sites, assumptions, methods, comments, dataSection, dataSectionAlignment, dataSectionPatches, totalFrameSize,
+            return new HotSpotCompiledCode(name, targetCode, targetCodeSize, sites, assumptions, methods, comments, dataSection, dataSectionAlignment, dataSectionPatches, false, totalFrameSize,
                             customStackAreaOffset);
         }
     }
--- a/mx.graal/suite.py	Tue Jan 19 21:28:31 2016 -0800
+++ b/mx.graal/suite.py	Wed Jan 20 12:01:21 2016 +0100
@@ -39,7 +39,7 @@
             {
                "name" : "jvmci",
                "optional" : "true",
-               "version" : "b4ff1a18d19ca8cd90e08195d903c07ba4db3941",
+               "version" : "5d06abd6d35b9385aaff9af90a6d0cd729c81246",
                "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"},