| Other |
|---|
| 1.4.2_05 05Fixed |
A piece of code that is written as follows:
String s = "";
while (s == "") { }
...is seen to produce inconsistent results when it is embedded within a highly threaded program having thousands of lines of code. Under IBM's VM, this always evaluates as TRUE. With Sun's VM, the loop is occasionally ignored.
|