build error

Venkatachalam, Vasanth Vasanth.Venkatachalam at amd.com
Tue Feb 19 15:28:26 PST 2013


Hi,

I'm trying to build the following patch which adds PTX ISA support to GRAAL.

http://cr.openjdk.java.net/~twisti/0000000/

I applied the patch successfully, but when I tried to build it (using mx build) I got errors such as:



> AbstractPTXAssembler.java: 27: error: package com.oracle.graal.lir.ptx

> does not exist



Import com.oracle.graal.lir.ptx.*

>

>
Apparently the build process is not able to find the above package in question, even though it has been added to the source tree (as a result of applying this patch). It looks like the build scripts may need to be updated so that they know where to find the source file for the above newly added package.

Can someone explain what configuration change needs to be made here so that I will  be able to do an mx build?

Vasanth



More information about the graal-dev mailing list