mx gate dacapo problem?

Doug Simon doug.simon at oracle.com
Tue Jun 10 16:43:17 UTC 2014


This is a known problem since I made initialization of the Graal runtime lazy:

https://lafo.ssw.uni-linz.ac.at/hg/basic-graal/rev/66a9286203a2

It will be solved by removing the Graal compilation queue. However, there are still unresolved performance issues when using the native queues. Until they’re resolved, I’ll push a change that reverts to eager initialization of the Graal runtime.

-Doug

On Jun 9, 2014, at 7:40 PM, Caspole, Eric <Eric.Caspole at amd.com> wrote:

> Has anyone else noticed, something seems wrong with the Dacapo part of "mx gate" since about last Friday or so.
> Unfortunately it seems to take more than 30 minutes of building and running  to get the failure point.
> Thanks,
> Eric
> 
> 
> ===== DaCapo 9.12 fop starting warmup 5 =====
> ===== DaCapo 9.12 fop completed warmup 5 in 1521 msec =====
> ===== DaCapo 9.12 fop starting warmup 6 =====
> ===== DaCapo 9.12 fop completed warmup 6 in 1142 msec =====
> ===== DaCapo 9.12 fop starting warmup 7 =====
> ===== DaCapo 9.12 fop completed warmup 7 in 833 msec =====
> ===== DaCapo 9.12 fop starting =====
> ===== DaCapo 9.12 fop PASSED in 717 msec =====
> gate: 09 Jun 2014 10:41:44: END:   DaCapo-fop:fastdebug [0:00:15.784107]
> gate: 09 Jun 2014 10:41:44: BEGIN: DaCapo-sunflow:fastdebug
> Using scaled threading model. 4 processors detected, 4 threads used to drive the workload, in a possible range of [1,256]
> ===== DaCapo 9.12 sunflow starting warmup 1 =====
> ===== DaCapo 9.12 sunflow completed warmup 1 in 27979 msec =====
> ===== DaCapo 9.12 sunflow starting =====
> ===== DaCapo 9.12 sunflow PASSED in 6483 msec =====
> gate: 09 Jun 2014 10:42:19: END:   DaCapo-sunflow:fastdebug [0:00:35.180180]
> gate: 09 Jun 2014 10:42:19: BEGIN: Scala-DaCapo-kiama:fastdebug
> Error: Could not find or load main class Harness
> gate: 09 Jun 2014 10:42:19: ABORT: Scala-DaCapo-kiama:fastdebug [0:00:00.271493]
> Traceback (most recent call last):
>  File "/home/ecaspole/views/graal-default/graal/mx/mx_graal.py", line 1363, in gate
>    gate_body(args, tasks)
>  File "/home/ecaspole/views/graal-default/graal/mx/mx_graal.py", line 1245, in _basic_gate_body
>    t.abort(test.name + ' Failed')
>  File "/home/ecaspole/views/graal-default/graal/mx/mx_graal.py", line 1191, in abort
>    mx.abort(codeOrMessage)
>  File "/home/ecaspole/views/graal-default/graal/mxtool/mx.py", line 1877, in abort
>    raise SystemExit(codeOrMessage)
> SystemExit: Scala-DaCapo-kiama Failed
> gate: 09 Jun 2014 10:42:19: ABORT: Gate [0:56:26.247938]
> Scala-DaCapo-kiama Failed
> 



More information about the graal-dev mailing list