latest repo not building?

Rachel Protacio rachel.protacio at oracle.com
Fri Jan 29 18:13:14 UTC 2016


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