# HG changeset patch # User Doug Simon # Date 1447798207 -3600 # Node ID 970946018219b4afd138eaeaf47b58ef1a37a5de # Parent 2b94c6a74b0bd91724271026ce0043512af8076e updated truffle import diff -r 2b94c6a74b0b -r 970946018219 graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/java/RawMonitorEnterNode.java --- a/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/java/RawMonitorEnterNode.java Tue Nov 17 12:38:28 2015 -0800 +++ b/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/java/RawMonitorEnterNode.java Tue Nov 17 23:10:07 2015 +0100 @@ -38,8 +38,8 @@ import com.oracle.graal.nodes.virtual.VirtualObjectNode; /** - * The {@code MonitorEnterNode} represents the acquisition of a monitor. The object needs already be - * non-null and the hub is an additional parameter to the node. + * The {@code RawMonitorEnterNode} represents the acquisition of a monitor. The object needs to + * already be non-null and the hub is an additional parameter to the node. */ @NodeInfo public final class RawMonitorEnterNode extends AccessMonitorNode implements Virtualizable, Lowerable, IterableNodeType, MonitorEnter, MemoryCheckpoint.Single { diff -r 2b94c6a74b0b -r 970946018219 mx.graal/suite.py --- a/mx.graal/suite.py Tue Nov 17 12:38:28 2015 -0800 +++ b/mx.graal/suite.py Tue Nov 17 23:10:07 2015 +0100 @@ -47,7 +47,7 @@ }, { "name" : "truffle", - "version" : "6598b9b7aafd07d4860a988b5971b553ad21d161", + "version" : "dea950d41ef34ae68759ff0300a1fd80cf145c0f", "urls" : [ {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/truffle", "kind" : "hg"}, {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},