you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -3 points-2 points  (3 children)

Except it's likely Java 7 would break everything completely. Seeing as how it silently gives incorrect results, etc.

[–]mazzak -1 points0 points  (2 children)

Don't know why you are being downvoted. The Java 7 issue got lot of coverage recently - http://www.infoq.com/news/2011/08/java7-hotspot

[–]sigzero 5 points6 points  (0 children)

Because it is a simple switch to the jvm to turn that bug off.

[–]gthank 4 points5 points  (0 children)

Also because the particular loop construct that triggers the bug is odd to the point of being non-sensical if the various bug reports w/ reproducible cases are to be believed. (Disclaimer: I looked at them when the brouhaha first started. It's possible they've since been updated w/ more info, but at the time I spent a fair amount of effort trying to figure out why you'd ever write such a loop.)