I have recently learned that there are bugs in JDK7 for hotspot compiler optimization. See this thread.
I don't quite understand the details of these bugs, but they seem to be related to loop optimization. Since I'm going to run some large-scale program in the -server mode (which of course contains a lot of loops), I wonder whether it would be safe to use JDK7 or not? Thank you.