Graal compilation error
Juan Jose Fumero
juan.fumero at ed.ac.uk
Sat Aug 23 11:30:44 UTC 2014
Hi,
When I compile the last version of Graal [f3bc50fe5157] I get the
following error:
Compiling Java sources for com.oracle.graal.api.runtime with javac...
[class file(s) out of date]
Compiling Java sources for com.oracle.graal.graph with javac... [class
file(s) out of date]
/tmp/graalSat-Aug-23/graal/com.oracle.graal.graph/src/com/oracle/graal/graph/Node.java:276: error: cannot find symbol
class NodeUsageIterable implements NodeIterable<Node> {
^
symbol: class NodeIterable
location: class Node
/tmp/graalSat-Aug-23/graal/com.oracle.graal.graph/src/com/oracle/graal/graph/Node.java:213: error: cannot find symbol
class NodeUsageIterator implements Iterator<Node> {
^
symbol: class Iterator
location: class Node
/tmp/graalSat-Aug-23/graal/com.oracle.graal.graph/src/com/oracle/graal/graph/Node.java:119: error: cannot find symbol
@Retention(RetentionPolicy.RUNTIME)
^
symbol: class Retention
location: class Node
The Class NodeIterable it seems to be in the repository and the import
as well. Does anybody have the same error? I wonder if it is something
with my configuration.
Thanks
Juanjo
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <http://mail.openjdk.java.net/pipermail/graal-dev/attachments/20140823/d88e5dc1/attachment.ksh>
More information about the graal-dev
mailing list