请输入您要查询的百科知识:

 

词条 OpenJDK
释义

  1. Components

  2. OpenJDK versions

  3. IcedTea and inclusion in software distributions

  4. History

     Sun's promise and initial release  Release of the class library  Community improvements  Collaboration with IBM, Apple, and SAP 

  5. See also

  6. References

  7. External links

{{short description|Free and open-source implementation of Java SE}}{{Use mdy dates|date=June 2013}}{{Infobox software
| name = OpenJDK
| logo =
| screenshot =
| caption =
| developer = Oracle Corporation, OpenJDK & Java Community, Red Hat, Azul Systems, IBM, Apple Inc, SAP SE
| released = {{Start date and age|2007|05|08}}
| latest release version =
| latest release date =
| operating system = Linux, FreeBSD, {{nowrap|Mac OS X}}, Microsoft Windows, OpenIndiana; several other ports in progress
| programming language = C++ and Java
| genre = Java platform
| license = GNU GPL+linking exception
| website = {{URL|openjdk.java.net}}
}}OpenJDK (Open Java Development Kit) is a free and open-source implementation of the Java Platform, Standard Edition (Java SE).[1] It is the result of an effort Sun Microsystems began in 2006. The implementation is licensed under the GNU General Public License (GNU GPL) version 2 with a linking exception. Were it not for the GPL linking exception, components that linked to the Java class library would be subject to the terms of the GPL license. OpenJDK is the official reference implementation of Java SE since version 7.[2][3][4]

Components

The OpenJDK project produces a number of components: most importantly the virtual machine (HotSpot), the Java Class Library and the Java compiler (javac).

The web-browser plugin and Web Start, which form part of Oracle Java, are not included in OpenJDK. Sun previously indicated that they would try to open-source these components, but neither Sun nor Oracle have done so.[5]

The only currently available free plugin and Web Start implementations {{as of | 2016 | lc = on}} are those provided by IcedTea.{{citation needed|date=April 2016}}

In September 2016, an Oracle employee detailed plans to add AOT compilation to the OpenJDK using the GraalVM.[6]

OpenJDK versions

OpenJDK was initially based only on the JDK 7 version of the Java platform.[7]

Since JDK 10 the effort to produce an open-source reference implementation of the Java SE Platform was moved over to the JDK Project.[8] Unlike past JDK Release Projects, which produced just one feature release and then terminated, this long-running Project will produce all future JDK feature releases and will ship a feature release every six months according to a strict, time-based model.[9]

There are several separate OpenJDK & JDK Project development branches:

  • The JDK project release 12.[10]
  • The JDK project release 11.[11]
  • The JDK project release 10.[10]
  • The OpenJDK 9 project, which is the basis for JDK 9.[12]
  • The OpenJDK 8u project, which is based on JDK 8 and produces updates to the existing Java 8 releases.[13]
  • The OpenJDK 8 project, which is the basis for JDK 8, was released on 18 March 2014.[14]
  • The OpenJDK 7u project, which is based on JDK 7 and produces updates to the existing Java 7 releases.[15]
  • The OpenJDK 6 project, which is based on JDK 7, retrofitted to provide an open-source version of Java 6.[16][17][18] Note that Red Hat resigned leadership of OpenJDK 6 at the beginning of 2017 and this was then taken up by Azul Systems.[19][20]

IcedTea and inclusion in software distributions

{{Main|IcedTea}}

In order to bundle OpenJDK in Fedora and other free GNU/Linux distributions, OpenJDK needed to be buildable using only free software components. Due to the encumbered components in the class library and implicit assumptions within the build system that the JDK being used to build OpenJDK was a Sun JDK, this was not possible. To achieve openness, Red Hat started the IcedTea project in June 2007.[21]

It began life as an OpenJDK/GNU Classpath hybrid that could be used to bootstrap OpenJDK, replacing the encumbrances with code from GNU Classpath.[22][23]

On November 5, 2007, Red Hat signed both the Sun Contributor Agreement and the OpenJDK Community TCK License.[24] One of the first benefits of this agreement is tighter alignment with the IcedTea project, which brings together Fedora, the Linux distribution, and JBoss, the application server, technologies in a Linux environment. IcedTea provided free software alternatives for the few remaining proprietary sections in the OpenJDK project.

In May 2008, the Fedora 9[25][26] and Ubuntu 8.04[27]

distributions included IcedTea 6, based completely on free and open source code.[28] Fedora 9 was the first version to be shipped with IcedTea6, based on the OpenJDK6 sources from Sun rather than OpenJDK7. It was also the first to use OpenJDK for the package name (via the OpenJDK trademark agreement) instead of IcedTea.[25] Ubuntu also first packaged IcedTea7[29] before later moving to IcedTea6. Packages for IcedTea6 were also created for Debian and included in Lenny. On July 12, 2008, Debian accepted OpenJDK-6 in unstable,[30][31] and it is now in stable.[32] OpenJDK is also available on openSUSE,[33] Red Hat Enterprise Linux and RHEL derivatives such as CentOS.[34]

In June 2008, Red Hat announced that the packaged binaries for OpenJDK on Fedora 9, built using IcedTea 6, had passed the Technology Compatibility Kit tests and could claim to be a fully compatible Java 6 implementation.[35] In July 2009, an IcedTea 6 binary build for Ubuntu 9.04 passed all of the compatibility tests in the Java SE 6 TCK.[36]

Since August 2008, OpenJDK 7 is usable on Mac OS X and other BSD variants.[37]

On Android Nougat, OpenJDK replaces the now-discontinued Apache Harmony as the Java libraries in the source code of the mobile operating system. Google has been in an ongoing legal dispute with Oracle over claims of copyright and patent infringement through its use of re-implementations of copyrighted Java APIs via Harmony. While also stating that this change was to create a more consistent platform between Java on Android and other platforms, the company admitted that the switch was motivated by the lawsuit, arguing that Oracle had authorized its use of the OpenJDK code by licensing it under the GPL.[38]

History

{{See also2|Java Licensing}}

Sun's promise and initial release

Sun announced in JavaOne 2006 that Java would become open-source software,[39][40] and on October 25, 2006, at the Oracle OpenWorld conference, Jonathan Schwartz said that the company intended to announce the open-sourcing of the core Java Platform within 30 to 60 days.[41]

Sun released the Java HotSpot virtual machine and compiler as free software under the GNU General Public License on November 13, 2006, with a promise that the rest of the JDK (which includes the Java Runtime Environment) would be placed under the GPL by March 2007, "except for a few components that Sun does not have the right to publish in source form under the GPL".[42] According to free-software advocate Richard Stallman, this would end the "Java trap", the vendor lock-in that he argues applied to Java and programs written in Java.[43]

Release of the class library

Following their promise to release a Java Development Kit (JDK) based almost completely on free and open-source code in the first half of 2007,[44] Sun released the complete source code of the Java Class Library under the GPL on May 8, 2007, except for some limited parts that had been licensed to Sun by third parties and Sun was unable to re-license under the GPL.[45] Included in the list of encumbered parts were several major components of the Java graphical user interface (GUI). Sun stated that it planned to replace the remaining proprietary components with alternative implementations and to make the class library completely free.

When initially released in May 2007, 4% of the OpenJDK class library remained proprietary.[46] By the appearance of OpenJDK 6 in May 2008, less than 1% (the SNMP implementation,[49] which is not part of the Java specification) remained,[25] making it possible to build OpenJDK without any binary plugs.[47] The binary plug requirement was later dropped from OpenJDK 7 as part of b53 in April 2009.[48]

This was made possible, over the course of the first year, by the work of Sun Microsystems and the OpenJDK community. Each encumbrance[49] was either released as free and open-source software or replaced with an alternative. Beginning in December 2010, all the so-called binary plugs were replaced by open-source replacements, making the whole JDK open sourced and the binary plugs not necessary anymore.[50]

Community improvements

On November 5, 2007, Red Hat announced an agreement with Sun, signing Sun's broad contributor agreement (which covers participation in all Sun-led free and open-source software projects by all Red Hat engineers) and Sun's OpenJDK Community Technology Compatibility Kit (TCK) License Agreement (which gives the company access to the test suite that determines whether a project based on OpenJDK complies with the Java SE 6 specification).[51]

Also in November 2007, the Porters Group was created on OpenJDK to aid in efforts to port OpenJDK to different processor architectures and operating systems. The BSD porting project is led by Kurt Miller and Greg Lewis and the Mac OS X porting project (based on the BSD one) led by Landon Fuller have expressed interest in joining OpenJDK via the Porters Group and as of January 2008 are part of the mailing list discussions. Another project pending formalization on the Porters Group is the Haiku Java Team, led by Bryan Varner.[52]

In December 2007, Sun moved the revision control of OpenJDK from TeamWare to Mercurial, as part of the process of releasing it to open-source communities.[53][54]

OpenJDK has comparatively strict procedures of accepting code contributions: every proposed contribution must be reviewed by another OpenJDK committer and the contributor must have signed the Sun/Oracle Contributor Agreement (SCA/OCA).[55] Preferably, there should also be a jtreg[56] test demonstrating that the bug has been fixed. Initially, the external patch submission process was slow[57] and commits to the codebase were only made by Sun engineers, until September 2008.[58] The process has improved and, {{as of|2010|lc=on}}, simple patches and backports from OpenJDK 7 to OpenJDK 6 can take place within hours rather than days.[59]

On 25 September 2013, Microsoft and Azul Systems collaborated to create Zulu,[60] a build of OpenJDK for users of the Windows Azure cloud. Zulu is available as a free download from the community site at Zulu.org. It is also possible to get Zulu on Amazon Web Services,[61] via Canonical's Juju Charm Store,[62] the Docker Hub,[63] and Azul Systems repositories. Azul contributes bug fixes and enhancements back to the OpenJDK project and has several project committers on staff.[64]

Since April 2016 there are unsupported community builds of the OpenJDK for Microsoft Windows on GitHub in the project [https://github.com/ojdkbuild/ojdkbuild ojdkbuild] which are released in pace with updates for Oracle JDK. From build 8u151 on, the MSI-installer offers an optional component for using Java Web Start based on the IcedTea-Web project.

Collaboration with IBM, Apple, and SAP

On October 11, 2010, IBM, by far the biggest participant in the Apache Harmony project, decided to join Oracle on the OpenJDK project, effectively shifting its efforts from Harmony to OpenJDK.[65][66] Bob Sutor, IBM's head of Linux and open source, blogged that "IBM will be shifting its development effort from the Apache Project Harmony to OpenJDK".[67]

On November 12, 2010, Apple Inc. (just three weeks after deprecating its own Java runtime port[68]) and Oracle Corporation announced the OpenJDK project for Mac OS X. Apple will contribute most of the key components, tools and technology required for a Java SE 7 implementation on Mac OS X, including a 32-bit and 64-bit HotSpot-based Java virtual machine, class libraries, a networking stack and the foundation for a new graphical client.[69]

On January 11, 2011, the Mac OS X Port Project was created on OpenJDK, and Apple made the first public contribution of code to the project. The initial Apple contribution built on the OpenJDK BSD port.[70]

In July 2011, SAP AG announced that SAP officially joined the OpenJDK project.[71]

See also

  • Free Java implementations

References

1. ^{{cite web|url = http://openjdk.java.net/|title = OpenJDK homepage|publisher=Oracle Corporation and/or its affiliates|accessdate=January 1, 2013}}
2. ^[https://blogs.oracle.com/java/moving-to-openjdk-as-the-official-java-se-7-reference-implementation Moving to OpenJDK as the official Java SE 7 Reference Implementation]
3. ^Java Platform, Standard Edition 7 Reference Implementations
4. ^{{cite web |title=Java Platform, Standard Edition 8 Reference Implementations |url=http://jdk.java.net/java-se-ri/8 |archiveurl=https://web.archive.org/web/20151121054204/https://jdk8.java.net/java-se-8-ri/ |archive-date=November 21, 2015}}
5. ^{{cite web| url=http://mail.openjdk.java.net/pipermail/jdk6-dev/2009-June/000604.html| title=OpenJDK and the new plugin| date=June 8, 2009| accessdate=September 5, 2009| last=Darcy|first=Joe}}
6. ^{{cite web| url=https://www.infoq.com/news/2016/10/AOT-HotSpot-OpenJDK-9| publisher=InfoQ.com| title=Ahead-of-Time (AOT) Compilation May Come to OpenJDK HotSpot in Java 9| quote=AOT brings about a new tool called ‘jaotc' which uses Graal as the backend (to generate code)| date=2016-10-01| accessdate=2016-10-06}}
7. ^{{cite web| url=http://www.sun.com/software/opensource/java/faq.jsp#b10| title=Didn't you promise to open source both JDK 6 and JDK 7 last November? What happened to JDK 6?| quote=Sun did make that promise, and we plan to keep it. But in the six months since the November 2006 announcement, it has become clear that doing this is far more complex than just changing the license and publishing the source code.| publisher=Sun Microsystems| accessdate=October 14, 2007}}
8. ^{{Cite web|url=http://mail.openjdk.java.net/pipermail/announce/2017-September/000231.html|title=CFV: New Project: JDK|last=oracle.com|first=mark reinhold at|date=September 26, 2017|accessdate=2018-02-16}}
9. ^{{Cite web|url=http://mail.openjdk.java.net/pipermail/discuss/2017-September/004281.html|title=Accelerating the JDK release cadence|last=oracle.com|first=mark reinhold at|date=September 6, 2017|accessdate=2018-02-16}}
10. ^{{cite web|url=http://openjdk.java.net/projects/jdk/|title=JDK Project|last=OpenJDK}}
11. ^{{cite web|url=http://openjdk.java.net/projects/jdk/|title=JDK Project|last=OpenJDK}}
12. ^{{Cite web|url=http://openjdk.java.net/projects/jdk9|title=JDK 9|website=openjdk.java.net|access-date=2018-02-16}}
13. ^{{Cite web|url=http://openjdk.java.net/projects/jdk8u|title=OpenJDK: JDK 8 Updates|website=openjdk.java.net|access-date=2018-02-16}}
14. ^{{Cite web|url=http://openjdk.java.net/projects/jdk8|title=JDK 8|website=openjdk.java.net|access-date=2018-02-16}}
15. ^{{Cite web|url=http://openjdk.java.net/projects/jdk7/|title=JDK 7|website=openjdk.java.net|access-date=2018-02-16}}
16. ^{{Cite web|url=http://openjdk.java.net/projects/jdk6|title=OpenJDK: JDK 6|website=openjdk.java.net|access-date=2018-02-16}}
17. ^It will be (Open)JDK7 where OpenJDK==JDK | Java.net {{webarchive|url=https://web.archive.org/web/20110820044416/http://weblogs.java.net/blog/robogeek/archive/2009/01/it_will_be_open.html |date=August 20, 2011 }}. Weblogs.java.net. Retrieved on 2013-08-09.
18. ^{{cite web| url=http://mail.openjdk.java.net/pipermail/jdk6-dev/2008-February/000001.html| title=The code is coming! The code is coming!|quote=At Sun we're making final preparations for the first source release for the OpenJDK 6 project. We plan to release a tarball of the source, along with matching binary plugs, by February 15, 2008.| last=Darcy|first=Joe| date=February 11, 2008| accessdate=February 16, 2008}}
19. ^{{cite mailing list |url=http://mail.openjdk.java.net/pipermail/jdk6-dev/2016-October/003606.html |title=OpenJDK6 End Of Life |mailing-list=jdk6-dev |date=October 1, 2016 |last=Haley |first=Andrew |access-date=February 12, 2018 |archive-url=https://web.archive.org/web/20170702101259/http://mail.openjdk.java.net/pipermail/jdk6-dev/2016-October/003606.html |archive-date=July 2, 2017 |dead-url=no}}
20. ^{{cite mailing list |url=http://mail.openjdk.java.net/pipermail/jdk6-dev/2017-January/003614.html |title=New lead for the JDK 6 Project: Andrew Brygin |mailing-list=jdk6-dev |date=October 1, 2016 |last=Bell |first=Tim |access-date=February 19, 2018 |archive-url=https://web.archive.org/web/20180219175751/http://mail.openjdk.java.net/pipermail/jdk6-dev/2017-January/003614.html |archive-date=February 19, 2018 |dead-url=no}}
21. ^{{cite web| url=http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2007-June/000032.html| title=Credits| date=June 8, 2007|last=Fitzsimmons|first=Thomas| accessdate=June 8, 2007}}
22. ^{{cite web| url=http://article.gmane.org/gmane.comp.java.openjdk.distro-packaging.devel/5| title=Experimental Build Repository at icedtea.classpath.org| date=June 7, 2007|last=Andrew|first=Haley| accessdate=June 9, 2007}}
23. ^{{cite web| url=http://developer.classpath.org/pipermail/classpath/2007-June/002109.html| title=Experimental Build Repository at icedtea.classpath.org|last=Mark|first=Wielaard| date=June 7, 2007| accessdate=June 9, 2007}}
24. ^{{cite web| url=http://home.businesswire.com/portal/site/google/index.jsp?ndmViewId=news_view&newsId=20071105005882&newsLang=en| title=Red Hat and Sun Collaborate to Advance Open Source Java Technology| publisher=Red Hat| date=November 5, 2007| accessdate=November 6, 2007}}
25. ^{{cite web| url=http://developer.redhatmagazine.com/2008/03/12/openjdk-to-replace-icedtea-in-fedora-9/| title=OpenJDK in Fedora 9!| last=Wade|first=Karsten| publisher=redhatmagazine.com| quote=Thomas Fitzsimmons updated the Fedora 9 release notes source pages to reflect that Fedora 9 would ship with OpenJDK 6 instead of the IcedTea implementation of OpenJDK 7. Fedora 9 (Sulphur) is due to release in May 2008.| date=March 13, 2008| accessdate=April 5, 2008}}
26. ^{{cite web| url=http://www.sun.com/aboutsun/pr/2008-04/sunflash.20080430.1.xml| title=Open Source Java Technology Debuts In GNU/Linux Distributions| publisher=Sun Microsystems| accessdate=May 2, 2008}}
27. ^{{cite web| url=https://launchpad.net/ubuntu/+source/openjdk-6| title=openjdk-6 in Ubuntu| accessdate=April 19, 2008}}
28. ^{{cite web |url = http://blogs.sun.com/mr/entry/in_hardy_heron |title = There’s not a moment to lose! |last = Reinhold |first = Mark |date = April 24, 2008 |accessdate = April 19, 2008 |deadurl = yes |archiveurl = https://web.archive.org/web/20080429191849/http://blogs.sun.com/mr/entry/in_hardy_heron |archivedate = April 29, 2008 |df = mdy-all}}
29. ^{{cite web| url=https://launchpad.net/ubuntu/+source/icedtea-java7| title=icedtea-java7 in Ubuntu| accessdate=April 19, 2008}}
30. ^{{cite web|url=http://robilad.livejournal.com/33750.html|title=QotD: Debian Overview of openjdk-6 source package|last=Topic|first=Dalibor|accessdate=July 15, 2008|date=July 14, 2008}}
31. ^{{cite web|url=http://packages.qa.debian.org/o/openjdk-6.html|title=Overview of openjdk-6 source package|publisher=debian.org|accessdate=July 15, 2008}}
32. ^{{cite web|url=http://packages.debian.org/stable/openjdk-6-jdk|title=Package: openjdk-6-jdk|publisher=debian.org|date=February 14, 2009|accessdate=February 16, 2009}}
33. ^{{cite web|url=http://en.opensuse.org/OpenJDK |title=Package: OpenJDK |publisher=opensuse.org |accessdate=June 1, 2009 |deadurl=yes |archiveurl=https://web.archive.org/web/20090527021318/http://en.opensuse.org/OpenJDK |archivedate=May 27, 2009 }}
34. ^{{cite web| url=http://openjdk.java.net/install/#epel| title=How to download and install prebuilt OpenJDK packages| accessdate=March 3, 2010}}
35. ^{{cite web |url = http://blog.softwhere.org/archives/196 |title = Java is finally Free and Open |date = June 19, 2008 |last = Sharples |first = Rich |deadurl = yes |archiveurl = https://web.archive.org/web/20080620065024/http://blog.softwhere.org/archives/196 |archivedate = June 20, 2008 |df = mdy-all}}
36. ^[https://lists.ubuntu.com/archives/ubuntu-devel-announce/2009-July/000587.html Announcing OpenJDK 6 Certification for Ubuntu 9.04 (jaunty)]
37. ^{{cite web|url=http://landonf.bikemonkey.org/code/java/SoyLatte_Meets_OpenJDK.20080819.html|title=SoyLatte, Meet OpenJDK: OpenJDK 7 for Mac OS X|last=Fuller|first=Landon|accessdate=August 22, 2008|date=August 19, 2008}}
38. ^{{cite web|title=Android N switches to OpenJDK, Google tells Oracle it is protected by the GPL|url=https://arstechnica.com/tech-policy/2016/01/android-n-switches-to-openjdk-google-tells-oracle-it-is-protected-by-the-gpl/|website=Ars Technica|accessdate=7 January 2016}}
39. ^{{cite web|url=http://blogs.sun.com/roller/page/jonathan/200605#busy_week1 |title=Busy Week... |last=Schwartz |first=Jonathan |publisher=Sun Microsystems |date=May 23, 2006 |accessdate=May 9, 2007 |deadurl=yes |archiveurl=https://web.archive.org/web/20060717164412/http://blogs.sun.com/roller/page/jonathan/200605 |archivedate=July 17, 2006 }}
40. ^{{cite web|url=http://mediacast.sun.com/share/tmarble/Sun_Opens_Java.ogg |format=OGG Theora |title=Sun Opens Java |publisher=Sun Microsystems |deadurl=yes |archiveurl=https://web.archive.org/web/20090319020035/http://mediacast.sun.com/share/tmarble/Sun_Opens_Java.ogg |archivedate=March 19, 2009 }}
41. ^{{cite web| url= http://www.infoworld.com/d/developer-world/sun-ceo-sets-open-source-java-time-frame-558| title = Sun CEO sets open source Java time frame - Announcement set for 30 to 60 days| publisher=InfoWorld| date = October 25, 2006| accessdate=2011-12-22}}
42. ^{{cite web| url= http://www.sun.com/2006-1113/feature/index.jsp| title = Sun Opens Java| publisher=Sun Microsystems| date = November 13, 2006|accessdate=May 9, 2007 |archiveurl = https://web.archive.org/web/20070421151747/http://www.sun.com/2006-1113/feature/index.jsp |archivedate = April 21, 2007}}
43. ^{{cite web | url=https://www.gnu.org/philosophy/java-trap.html | title=Free But Shackled—The Java Trap | last=Stallman | first=Richard | accessdate=December 4, 2007}}
44. ^Oracle and Sun. Sun.com (2011-10-04). Retrieved on 2013-08-09.
45. ^{{cite web| url= http://mail.openjdk.java.net/pipermail/announce/2007-May.txt | title = Open JDK is here!| publisher=Sun Microsystems| date = May 8, 2007| accessdate=May 9, 2007}}
46. ^{{cite web| url=http://fitzsim.org/blog/?p=17| title=Plans for OpenJDK| last=Fitzsimmons|first=Thomas| date=May 18, 2007| accessdate=May 22, 2007}}
47. ^{{cite web|url=http://mail.openjdk.java.net/pipermail/jdk6-dev/2008-May/000058.html|title=OpenJDK 6 b10 source posted|date=May 30, 2008|accessdate=June 1, 2008}}
48. ^{{cite web |url = http://download.java.net/jdk7/changes/jdk7-b53.html |title = Changes in OpenJDK7 b53 |date = April 2, 2009 |accessdate = September 5, 2009 |deadurl = yes |archiveurl = https://web.archive.org/web/20090406171143/http://download.java.net/jdk7/changes/jdk7-b53.html |archivedate = April 6, 2009 |df = mdy-all}}
49. ^{{cite web |url = http://weblogs.java.net/blog/robogeek/archive/2007/10/openjdk_encumbr.html |title = Plans for OpenJDK |last = Herron |first = David |date = October 4, 2007 |accessdate = October 9, 2007 |deadurl = yes |archiveurl = https://web.archive.org/web/20071011014156/http://weblogs.java.net/blog/robogeek/archive/2007/10/openjdk_encumbr.html |archivedate = October 11, 2007 |df = mdy-all}}
50. ^{{cite web| url=http://mail.openjdk.java.net/pipermail/build-dev/2010-December/003881.html| title=OpenJDK7 and OpenJDK6 Binary Plugs Logic Removed| author=Kelly O'Hair| publisher=Oracle Corporation| date=December 2010| accessdate=2011-11-25}}
51. ^Broad contributor agreement and TCK License pave way for a fully compatible, free and open-source Java Development Kit for Red Hat Enterprise Linux
52. ^{{cite web|url=http://haiku-os.org/news/2008-01-03/new_java_for_haiku_team_formed|archive-url=https://web.archive.org/web/20080105150946/http://haiku-os.org/news/2008-01-03/new_java_for_haiku_team_formed|dead-url=yes|archive-date=January 5, 2008|title=New java for haiku team formed|date=January 3, 2008|author=koki|publisher=Haiku}}
53. ^{{cite interview| subject = James Gosling| interviewer = Robert Eckstein| url = http://java.sun.com/developer/technicalArticles/Interviews/gosling_os1_qa.html| title = James Gosling on Open Sourcing Sun's Java Platform Implementations, Part 1|date=October 2006}}
54. ^{{cite web |last = O'Hair |first = Kelly |date = December 12, 2007 |title = Mercurial OpenJDK Questions |url = http://blogs.sun.com/kto/entry/mercurial_openjdk_questions |deadurl = yes |archiveurl = https://www.webcitation.org/6671inOnV?url=https://blogs.oracle.com/roller-ui/errors/404.jsp |archivedate = March 12, 2012 |df = mdy-all}}
55. ^{{cite web| url = http://oss.oracle.com/oca.pdf| title = Sun Microsystems Inc. Contributor Agreement}}
56. ^{{cite web| url = http://openjdk.java.net/jtreg/| title = Regression Test Harness for the OpenJDK platform: jtreg| accessdate = August 26, 2008}}
57. ^{{cite web| url = http://www.javalobby.org/java/forums/t98834.html| title = Classpath hackers frustrated with slow OpenJDK process|last=Tripp|first=Andy| date = July 16, 2007| accessdate = April 20, 2008}}
58. ^{{cite web|url=http://kennke.org/blog/2008/09/29/a-small-step-for-me/ |title=A small step for me |last=Kennke |first=Roman |date=September 29, 2008 |accessdate=October 19, 2008 |deadurl=yes |archiveurl=https://web.archive.org/web/20081003094214/http://kennke.org/blog/2008/09/29/a-small-step-for-me/ |archivedate=October 3, 2008 }}
59. ^{{cite web| url = http://mail.openjdk.java.net/pipermail/jdk6-dev/2010-June/001708.html| title = Backporting changeset from 7 to 6 for bugfix| last=Darcy|first=Joe| date = June 10, 2010}}
60. ^{{Cite web|title = Microsoft, Azul Bring OpenJDK to Windows Azure With 'Zulu'|url = http://www.eweek.com/developer/microsoft-azul-bring-openjdk-to-windows-azure-with-zulu.html|website = www.eweek.com|accessdate = 2015-12-03}}
61. ^{{Cite web|title = Azul Zing goes live on Red Hat Enterprise Linux on Amazon Web Services {{!}} Financial Industry & Algorithmic Trading News {{!}} Automated Trader|url = http://www.automatedtrader.net/news/at/154682/azul-zing-goes-live-on-red-hat-enterprise-linux-on-amazon-web--services|website = www.automatedtrader.net|accessdate = 2015-12-03}}
62. ^{{Cite web|title = Azul Systems Joins Canonical’s Charm Partner Program|url = http://www.enterprisetech.com/2015/07/22/azul-systems-joins-canonicals-charm-partner-program/|website = EnterpriseTech|accessdate = 2015-12-03}}
63. ^{{Cite web|title = Azul Systems puts Java 8 into Docker containers for Linux users|url = http://www.v3.co.uk/v3-uk/news/2371497/azul-systems-puts-java-8-into-docker-containers-for-linux-users|website = www.v3.co.uk|accessdate = 2015-12-03}}
64. ^{{Cite news|url=https://www.azul.com/products/zulu-and-zulu-enterprise/java-standards/|title=Java Standards: Essential for Your Business - Azul Systems, Inc.|work=Azul Systems, Inc.|access-date=2018-02-06|language=en-US}}
65. ^{{cite web| url=http://www.marketwire.com/press-release/Oracle-and-IBM-Collaborate-to-Accelerate-Java-Innovation-Through-OpenJDK-NASDAQ-ORCL-1332855.htm| title=Oracle and IBM Collaborate to Accelerate Java Innovation Through OpenJDK| publisher=Oracle Corporation| accessdate=October 22, 2010}}
66. ^{{cite web| url=https://arstechnica.com/open-source/news/2010/10/ibm-joins-openjdk-as-oracle-shuns-apache-harmony.ars| title=Java wars: IBM joins OpenJDK as Oracle shuns Apache Harmony|author=Ryan Paul| publisher=Ars Technica| accessdate=October 22, 2010}}
67. ^{{cite web| url=http://www.sutor.com/c/2010/10/ibm-joins-the-openjdk-community/| title=IBM joins the OpenJDK community, will help unify open source Java efforts|author=Bob Sutor|quote=IBM will be shifting its development effort from the Apache Project Harmony to OpenJDK. For others who wish to do the same, we’ll work together to make the transition as easy as possible. IBM will still be vigorously involved in other Apache projects.| accessdate=October 22, 2010}}
68. ^{{cite web| url=https://developer.apple.com/library/mac/#releasenotes/Java/JavaSnowLeopardUpdate3LeopardUpdate8RN/NewandNoteworthy/NewandNoteworthy.html| title=Java for Mac OS X 10.6 Update 3 and 10.5 Update 8 Release Notes| date=October 20, 2010}}
69. ^{{cite web| url=http://www.businesswire.com/news/home/20101112005253/en/Oracle-Apple-Announce-OpenJDK-Project-Mac-OS| title=Oracle and Apple Announce OpenJDK Project for Mac OS X| publisher=Business Wire| date=November 12, 2010| quote=Oracle and Apple today announced the OpenJDK project for Mac OS X. Apple will contribute most of the key components, tools and technology required for a Java SE 7 implementation on Mac OS X, including a 32-bit and 64-bit HotSpot-based Java virtual machine, class libraries, a networking stack and the foundation for a new graphical client. OpenJDK will make Apple’s Java technology available to open source developers so they can access and contribute to the effort.| accessdate=2010-11-12}}
70. ^{{cite web| url=http://mail.openjdk.java.net/pipermail/macosx-port-dev/2011-January/000007.html| title=Announcing: OpenJDK for Mac OS X source repository, mailing list, project home| author=Mike Swingler (Apple)| publisher=OpenJDK| date=January 11, 2011| quote=I'm very happy to let you know that today we made the first public contribution of code to the OpenJDK project for Mac OS X. This initial contribution builds on the hard work of the BSD port, and initially has the same functionality. Today's contribution simply modifies the build process to create universal binary, and produces a .jdk bundle which is recognized by Java Preferences and the JVM detection logic in Mac OS X.| accessdate=2010-11-12}}
71. ^{{cite web| url=http://mail.openjdk.java.net/pipermail/discuss/2011-July/001982.html| title=SAP joins the OpenJDK| author=Volker Simonis (SAP AG)| publisher=OpenJDK| date=July 14, 2011| quote=I'm really happy that as of today, SAP has signed the Oracle Contributor Agreement (OCA). This means that with immediate effect the SAP JVM developers can officially join the discussions on the various OpenJDK mailing lists and contribute patches and enhancements to the project.| accessdate=2010-11-12}}

External links

  • Main site
  • OpenJDK builds from Oracle
  • [https://developers.redhat.com/products/openjdk/overview/ OpenJDK builds from Red Hat]
  • [https://adoptopenjdk.net/ OpenJDK builds from AdoptOpenJDK]
  • OpenJDK – The First Year by Mark Reinhold
  • [https://web.archive.org/web/20090531095111/http://today.java.net/pub/a/today/2009/05/21/zero-and-shark-openjdk-port.html Zero and Shark: a Zero-Assembly Port of OpenJDK]
  • [https://zgrepcode.com/java/openjdk/ OpenJDK source code] on zGrepCode
  • OpenJDK official source code
{{Java (software platform)}}{{Java Virtual Machine}}{{Oracle}}{{Portal bar|Free and open-source software|Java (programming language)}}

6 : Free software programmed in C++|Free software programmed in Java (programming language)|Free virtualization software|Java (programming language)|Java (programming language) libraries|Java virtual machine

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/22 12:31:30