Switching to split repos

Doug Simon doug.simon at oracle.com
Fri Aug 14 09:59:17 UTC 2015


> On 13 Aug 2015, at 23:32, Doug Simon <doug.simon at oracle.com> wrote:
> 
> Hi Marc,
> 
>> On 13 Aug 2015, at 13:32, Marc Petit-Huguenin <marc at petit-huguenin.org> wrote:
>> 
>> Hi,
>> 
>> Beginner questions below...
>> 
>> On 08/12/2015 03:04 AM, Benoit Daloze wrote:
>>> A little follow-up on the instructions, once the `mx sclone` is done:
>>> 
>>> $ cd graal
>>> $ mx build
>>> 
>>> The resulting build is in ../jvmci/jdk*/product
>> 
>> When I do that, the build of jvmci fails because com.oracle.jrockit.jfr.* is missing (probably because I use openjdk).  How can I fix that?
> 
> At the moment, you need to use an Oracle JDK.

There is a workaround for developing with OpenJDK. You simply need to regenerate jvmci.make:

cd graal-jvmci-8
mx makefile -o make/jvmci.make

Now mx build should work.

-Doug


More information about the graal-dev mailing list