[Bug java/58669] does not detect all cpu cores/threads
gnu_andrew at member dot fsf.org
gcc-bugzilla@gcc.gnu.org
Wed Oct 9 16:27:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669
Andrew John Hughes <gnu_andrew at member dot fsf.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2013-10-09
CC| |gnu_andrew at member dot fsf.org
Ever confirmed|0 |1
--- Comment #1 from Andrew John Hughes <gnu_andrew at member dot fsf.org> ---
jint
java::lang::Runtime::availableProcessors (void)
{
// FIXME: find the real value.
return 1;
}
:)
More information about the Java-prs
mailing list