latest repo not building?

David Holmes david.holmes at oracle.com
Fri Jan 29 22:43:59 UTC 2016


Sorry Rachel, the latest changes I pushed for sched_getaffinity do rely 
on using at least our official gcc version for building - which is 
4.9.2. I was under the (perhaps mistaken) impression that there was 
already something that prevented us using the older 4.8.x version.

David

On 30/01/2016 4:13 AM, Rachel Protacio wrote:
> Hi,
>
> I just updated a blank repo and tried to build it, but got this error:
>
>     /scratch/rprotaci/repos/startuptime/hotspot/src/os/linux/vm/os_linux.cpp:4821:48:
>     error: 'CPU_COUNT_S' was not declared in this scope
>             cpu_count = CPU_COUNT_S(cpus_size, cpus_p);
>                                                      ^
>     /scratch/rprotaci/repos/startuptime/hotspot/src/os/linux/vm/os_linux.cpp:4824:35:
>     error: 'CPU_COUNT' was not declared in this scope
>             cpu_count = CPU_COUNT(cpus_p);
>                                         ^
>     /scratch/rprotaci/repos/startuptime/hotspot/src/os/linux/vm/os_linux.cpp:4835:20:
>     error: 'CPU_FREE' was not declared in this scope
>           CPU_FREE(cpus_p);
>                          ^
>
> It looks from the history that David edited this file today, but maybe
> it's just my problem? Is anyone else running into this?
>
> Thanks,
> RAchel
>


More information about the hotspot-runtime-dev mailing list