OpenJDK 8 是 Java SE 8 的参考实现吗?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/25936712/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-11 01:32:32  来源:igfitidea点击:

Is OpenJDK 8 a reference implementation of Java SE 8?

java

提问by aruuuuu

This articlestates that OpenJDK7 is the official reference implementation for Java SE7.

本文指出 OpenJDK7 是 Java SE7 的官方参考实现。

Can somebody confirm that this is also the case for Java 8? That Open JDK8 is the reference implementation for Java SE8?

有人可以确认Java 8也是这种情况吗?Open JDK8 是 Java SE8 的参考实现吗?

There is a partial answer at this link, however my question is about Java 8 specifically.

这个链接部分答案,但是我的问题是专门关于 Java 8 的。

采纳答案by Sachin Godara

Yes, open JDK8 is reference implementation for JAVA SE8.

是的,open JDK8 是 JAVA SE8 的参考实现。

The official Reference Implementations for Java SE 8 (JSR 337) are based solely upon open-source code available from the JDK 8 Project in the OpenJDK Community. Binaries are provided for both the Linux x64 and Windows i586 platforms and Compact Profiles for Linux i586.

The binaries are available under two different licenses: The GNU General Public License version 2, with the Classpath Exception and the Oracle Binary Code License . For a given platform the binaries under different licenses are built from exactly the same source code and are functionally equivalent; the only real difference is the license itself. Which license you choose will depend upon your particular business and legal requirements.

Java SE 8 (JSR 337) 的官方参考实现完全基于 OpenJDK 社区中 JDK 8 项目提供的开源代码。为 Linux x64 和 Windows i586 平台以及 Linux i586 的 Compact Profiles 提供了二进制文件。

二进制文件在两种不同的许可下可用:GNU 通用公共许可证第 2 版,带有类路径例外和 Oracle 二进制代码许可证。对于给定的平台,不同许可证下的二进制文件是从完全相同的源代码构建的,并且在功能上是等效的;唯一真正的区别是许可证本身。您选择哪种许可证取决于您的特定业务和法律要求。

Source: http://jdk.java.net/java-se-ri/8

来源:http: //jdk.java.net/java-se-ri/8