Graal compilation error
Doug Simon
doug.simon at oracle.com
Sat Aug 23 12:27:43 UTC 2014
Due to a slip up with our gate process, there is now a fundamentally broken tip out in the wild. I am trying to fix the underlying problem now but will push a backout change if not successful soon. In the meantime, you should revert (or strip back to) http://hg.openjdk.java.net/graal/graal/rev/f3bc50fe5157 to have a working build. Sorry for the inconvenience!
-Doug
On Aug 23, 2014, at 1:30 PM, Juan Jose Fumero <juan.fumero at ed.ac.uk> wrote:
> 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
>
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
More information about the graal-dev
mailing list