java - Java 7 至少和 Java 6 一样稳定吗?

标签 java java-7 jvm-hotspot

记得Java 7最初发布的时候,有很多建议not to use it for anything因为编译器优化中存在一些错误。这显然是 not merely hypothetical .从那以后我就没有密切关注情况;这些问题是否已经解决,目前普遍认为可以安全使用?

This page来自 java.com 让我觉得它可能还没有准备好,但我不想过多地阅读它。如果还不安全,使用 -XX:-UseLoopPredicate 作为 VM 参数是否足够?

请注意,我指的不仅仅是具体的 Lucene 问题,而是 Java 7 的总体稳定性。Java 7 至少和 Java 6 一样稳定吗?

最佳答案

来自 very article you linked to :

UPDATE OCTOBER 28, 2011: As noted on Uwe’s blog, Java 7u1 is documented to include the patches to address these issues.

链接到的文章说:

Last night, Oracle updated the release notes of Java 7u1 and Java 6u29, stating that they fixed the three Lucene-relevant bugs (plus another one related to that). Based on this confirmation, it's now safe to use Java 7 Update 1 (and later) with Apache Lucene and Apache Solr.

此答案由委员会为您点击链接付费。

关于java - Java 7 至少和 Java 6 一样稳定吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8977628/

相关文章:

java - android 开发中的人工重力/物理学——从哪里开始?

java - 从 IVariable 对象表示中提取真实对象

JavaFX 组合框列表样式

java-7 - URL.getFile()中的错误

java - 在 cygwin 上编译 hsdis(Java HotSpot 反汇编程序插件)时出现错误的 reloc 地址 0x0

java - 在什么情况下 JVM 会决定增加堆的大小?

java - 如何在 Java 中编写正确的微基准测试?

java - hibernate配置xml中的错误: Failed:org. hibernate.MappingException:读取资源时出错:com/

java - Unicode 字符变成问号

java - Files.newDirectoryStream() 在 Windows XP 中的 root 上抛出 AccessDeniedException