K 10 svn:author V 7 sobomax K 8 svn:date V 27 2000-11-27T14:59:31.000000Z K 7 svn:log V 613 (null commit) Clarify message for previous commit (addition of "bogomips"): IBM JDK was not broken in common sense, but its JIT (Just In Time bytecode compiler) uses number of occurences of "bogomips" in data read from /proc/cpuinfo to determine number of processors installed on machine. Number of processors determined in this "innovative" way then used to optimize JIT behaviour. Even more strangely that in the absence of "bogomips" in the data read from /proc/cpuinfo JIT assumes that it runs on SMP system. Since there is no way to fix misbehaving JIT (binary-only distro), we had to add bogos "bogomips". END