How serious is the Java7 “Solr/Lucene” bug?

后端 未结 5 1085
不思量自难忘°
不思量自难忘° 2020-12-12 19:06

Apparently Java7 has some nasty bug regarding loop optimization: Google search.

From the reports and bug descriptions I find it hard to judge how significant this bu

5条回答
  •  执笔经年
    2020-12-12 19:43

    As I understand it, this bug is only found in the server jvm. If you run your program on the client jvm, you are in the clear. If you run your program on the server jvm it depends on the program how serious the problem can be.

提交回复
热议问题