mx gate fail

Doug Simon doug.simon at oracle.com
Tue Jun 3 14:02:26 UTC 2014


On Jun 3, 2014, at 3:55 PM, Deneau, Tom <tom.deneau at amd.com> wrote:

> Gilles --
> 
> Hmm, I was building with a JDK built from the sumatra-dev project, which is only a slight modification of Java 8.
> Are you saying this depends on libraries that cannot be build from the openjdk?

Yes. The Java Flight Recorder library is not part of OpenJDK, only Oracle JDK.

I’ll make this work with the project canonicalizer.

-Doug

>> -----Original Message-----
>> From: gilwooden at gmail.com [mailto:gilwooden at gmail.com] On Behalf Of
>> Gilles Duboscq
>> Sent: Tuesday, June 03, 2014 8:52 AM
>> To: Deneau, Tom
>> Cc: graal-dev at openjdk.java.net
>> Subject: Re: mx gate fail
>> 
>> On Tue, Jun 3, 2014 at 3:31 PM, Tom Deneau <tom.deneau at amd.com> wrote:
>>> Running mx gate, I get the following failure.
>>> Strange because I do see the com.oracle.graal.hotspot.jfr directory.
>> 
>> The project is probably "hidden" because you're not building from an
>> Oracle JDK: this project depends on JDK libraries that are only found in
>> Oracle JDKs. When these libraries are not present the project is
>> "hidden" so that it doesn't get in the way but it seems it doesn't hide
>> so well from the project canonicalizer.
>> 
>> -Gilles
>> 
>>> 
>>> -- Tom
>>> 
>>> ...
>>> modified
>>> /home/tom/graal/graal/com.oracle.graal.api.replacements/com.oracle.gra
>>> al.api.replacements.iml modified
>>> /home/tom/graal/graal/com.oracle.graal.hotspot.jdk8.test/com.oracle.gr
>>> aal.hotspot.jdk8.test.iml modified
>>> /home/tom/graal/graal/com.oracle.graal.api.meta/com.oracle.graal.api.m
>>> eta.iml modified
>>> 
>> /home/tom/graal/graal/com.oracle.graal.replacements.test/com.oracle.graa
>> l.replacements.test.iml
>>> gate: 03 Jun 2014 08:28:08: END:   IDEConfigCheck [0:00:43.867074]
>>> gate: 03 Jun 2014 08:28:08: BEGIN: Canonicalization Check
>>> 03 Jun 2014 08:28:08 - Ensuring mx/projects files are canonicalized...
>>> Traceback (most recent call last):
>>>  File "/home/tom/graal/mx/mx_graal.py", line 1308, in gate
>>>    if mx.canonicalizeprojects([]) != 0:
>>>  File "/home/tom/graal/mxtool/mx.py", line 2657, in
>> canonicalizeprojects
>>>    p = project(m.group(1))
>>>  File "/home/tom/graal/mxtool/mx.py", line 1178, in project
>>>    abort('project named ' + name + ' not found')
>>>  File "/home/tom/graal/mxtool/mx.py", line 1877, in abort
>>>    raise SystemExit(codeOrMessage)
>>> SystemExit: project named com.oracle.graal.hotspot.jfr not found
>>> gate: 03 Jun 2014 08:28:08: ABORT: Gate [0:00:43.969592] project named
>>> com.oracle.graal.hotspot.jfr not found



More information about the graal-dev mailing list