[Bug java/58669] does not detect all cpu cores/threads

2016-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug java/58669] does not detect all cpu cores/threads

2013-10-09 Thread gnu_andrew at member dot fsf.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669 --- Comment #5 from Andrew John Hughes --- Thanks for reporting this. I'll let you know when a fix is committed.

[Bug java/58669] does not detect all cpu cores/threads

2013-10-09 Thread gnu_andrew at member dot fsf.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669 --- Comment #4 from Andrew John Hughes --- Yes, I just said that above. I'll propose a patch when I get chance.

[Bug java/58669] does not detect all cpu cores/threads

2013-10-09 Thread folkert at vanheusden dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669 --- Comment #3 from Folkert van Heusden --- Did some googling and with appropriate #ifdefs it should be at least on linux possible to retrieve this value: sysconf(_SC_NPROCESSORS_ONLN); If that function can't figure it out, it will return '1' wh

[Bug java/58669] does not detect all cpu cores/threads

2013-10-09 Thread gnu_andrew at member dot fsf.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669 --- Comment #2 from Andrew John Hughes --- This is easily fixed with sysconf(_SC_NPROCESSORS_ONLN);

[Bug java/58669] does not detect all cpu cores/threads

2013-10-09 Thread gnu_andrew at member dot fsf.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669 Andrew John Hughes changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|