I've installed Ubuntu 12.04 in a chroot environment on my HTC One X (QuadCore actually PentaCore) from here (v2 full): http://linuxonandroid.blogspot.de/p/downloads.html
When I start a simple Java terminal application on Ubuntu and print out the processor count using Runtime.getRuntime().availableProcessors() I've noticed that I get inconsistent results. It returns anywhere between 1 and 4 cores, instead of always seeing all 4.
I know that the native Android kernel uses the 4 cores on demand, but when I run the process viewer htop on Ubuntu I always see 4 CPUs! Why is Ubuntu's JVM reporting a varying number of cores, while htop and the Ubuntu kernel can see all 4 consistently?