# HG changeset patch # User Roland Schatz # Date 1453287681 -3600 # Node ID 730dddc179ab1b074d27c0063291fc999bae402e # Parent 5fd40a045778847e64b882d5b0c43c4e02cf1b5b Update jvmci import. diff -r 5fd40a045778 -r 730dddc179ab graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotCompiledCodeBuilder.java --- 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); } } diff -r 5fd40a045778 -r 730dddc179ab mx.graal/suite.py --- 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"},