IcedTea

Not to be confused with Iced tea.
IcedTea for OpenJDK 8
Developer(s) GNU Classpath
Stable release
3.2.0[1] / November 8, 2016 (2016-11-08)
Written in C, C++ and Java
Operating system GNU/Linux, *BSD, Mac OS X, Windows, Solaris
Platform IA-32, x86-64, ARM, AArch64, sparc, sparc64, ppc, ppc64, ppc64le, s390, s390x
Type Java Virtual Machine and Java Library
License GNU GPL+linking exception
Website icedtea.classpath.org
IcedTea for OpenJDK 7
Developer(s) Red Hat & GNU Classpath
Stable release
2.6.8 / November 13, 2016 (2016-11-13)
Written in C, C++ and Java
Operating system GNU/Linux, *BSD, Mac OS X, Windows, Solaris
Platform IA-32, x86-64, ARM, AArch64, sparc, sparc64, ppc, ppc64, ppc64le, s390, s390x
Type Java Virtual Machine and Java Library
License GNU GPL+linking exception
Website icedtea.classpath.org
IcedTea for OpenJDK 6
Developer(s) Red Hat & GNU Classpath
Stable release
1.13.12 / August 24, 2016 (2016-08-24)
Written in C, C++ and Java
Operating system GNU/Linux, *BSD, Mac OS X, Windows, Solaris
Platform IA-32, x86-64, ARM, sparc, sparc64, ppc, ppc64, s390, s390x
Type Java Virtual Machine and Java Library
License GPL+linking exception
Website icedtea.classpath.org
IcedTea-Web
Developer(s) Red Hat & GNU Classpath
Stable release
1.6.2 / February 3, 2016 (2016-02-03)
Written in C++ and Java
Operating system GNU/Linux, *BSD, Mac OS X, Windows, Solaris
Type Java Web Start support and Java web plugin for applets
License GPL+linking exception
Website icedtea.classpath.org/wiki/IcedTea-Web
IcedTea-Sound
Developer(s) Red Hat & GNU Classpath
Stable release
1.0.1 / July 18, 2014 (2014-07-18)
Written in C and Java
Operating system GNU/Linux, *BSD, Mac OS X, Windows, Solaris
Type Sound support
License GPL+linking exception
Website icedtea.classpath.org/wiki/IcedTea-Sound

IcedTea is a build and integration project for OpenJDK launched by Red Hat in June 2007.[2] IcedTea-Web is a free software implementation of Java Web Start and the Java web browser plugin. IcedTea-Sound is a collection of plugins for the Java sound subsystem, including the PulseAudio provider which used to be included with IcedTea. The Free Software Foundation recommends that all Java programmers use IcedTea as their development environment.[3]

Historically, the initial goal of the IcedTea project was to make the OpenJDK software, which Sun Microsystems released as free software in 2007, usable without requiring any proprietary software, and hence make it possible to add OpenJDK to Fedora and other Linux distributions that insist on free software. This goal was met, and a version of IcedTea based on OpenJDK was packaged with Fedora 8 in November 2007. April 2008 saw the first release[4] of a new variant, IcedTea6, which is based on Sun's build drops of OpenJDK6, a fork of the OpenJDK with the goal of being compatible with the existing JDK6. This was released in Ubuntu and Fedora in May 2008. The IcedTea package in these distributions has been renamed to OpenJDK using the OpenJDK trademark notice. In June 2008, the Fedora build passed Sun's rigorous TCK testing[5] on x86 and x86-64. IcedTea 2, the first version based on OpenJDK 7, was released in October 2011.[6] IcedTea 3, the first version based on OpenJDK 8, was released in April 2016.[7]

History

This project was created following Sun's release under open source licenses of its HotSpot Virtual Machine and Java compiler in November 2006, and most of the source code of the class library in May 2007. However, parts of the class library, such as font rendering, colour management and sound support, were only provided as proprietary binary plugins. This was because the source code for these plugins was copyrighted to third parties, rather than Sun Microsystems.[8][9] The released parts were published under the terms of the GNU General Public License, a free software license.

Due to these missing components, it was not possible to build OpenJDK only with free software components. Sun aimed to negotiate with the license holders to allow this code to be released under a free software license, or failing that, to replace these proprietary elements with alternative implementations. With the plugins replaced, the class library would then be completely free. Sun has continued to use the proprietary code in their certified binary releases.[10]

Following the announcement, the IcedTea project was started and was formally announced on June 7, 2007,[11] with a build repository provided by the GNU Classpath team. The team could not call their software product "OpenJDK" because this is a trademark which was owned by Sun Microsystems. They instead decided to use the temporary name "IcedTea".[12]

On November 5, 2007, Red Hat signed both the Sun Contributor Agreement and the OpenJDK Community TCK License. The press release suggested that this would benefit the IcedTea project.[13] Simon Phipps suggested the possibility of IcedTea being hosted on openjdk.java.net,[14] and Mark Reinhold noted that signing the copyright assignment could allow Red Hat to contribute parts of IcedTea to Sun for inclusion in the mainstream JDK.[15][16]

Since then, a number of patches from IcedTea have made their way into OpenJDK.[17][18]

On June 2008, it was announced that IcedTea6 (as the packaged version of OpenJDK on Fedora 9) has passed the Technology Compatibility Kit tests and can claim to be a fully compatible Java 6 implementation.[19] The project continues to track OpenJDK 6, OpenJDK 7 and OpenJDK 8 development in separate repositories, and contribute patches back upstream[20] where possible; the current state of each IcedTea patch is maintained on the IcedTea wiki.

Aims

The IcedTea project started with two aims:

  1. to make it possible for the GNU Compiler for Java to compile the OpenJDK code. OpenJDK presented a chicken-or-egg problem of itself being written in Java. Hence, developers needed an already-working Java compiler and runtime in order to build OpenJDK. Originally, only the existing proprietary Sun JDK met that requirement. Free distributions like Fedora can't depend on proprietary tools in order to build packages, so the IcedTea project had to make it possible to compile the code using free software. When this was done, the resulting IcedTea version of OpenJDK could be used to compile itself, thus escaping the need to use non-Free software for future compiling.[11][21]
  2. to provide free equivalents of the binary plugins that existed in OpenJDK because Sun was unable to release all the source code. As of March 2008, this is no longer necessary for IcedTea6, as the OpenJDK 6 build drops can be built with no binary plugins. With the release of b10,[22] which replaces the proprietary sound support with that from the Gervill project, a full implementation of Java 1.6 can be built without binary plugins. The only remaining binary plug is for SNMP support, which is an optional provider for the JMX architecture and not part of the specification. As of b53 in April 2009,[23] the same is true for OpenJDK 7. Outside the core of OpenJDK, binary plugins are still required for utilizing Java Web Start applets that run using the browser plugin (distinct from the core plugins discussed earlier); as of 2013, the only source code available that accomplishes this goal is the IcedTea-Web project.

Other benefits

IcedTea also provides a more familiar build system by providing a wrapper around the OpenJDK makefiles using the GNU Autotools. This removes the need to remember numerous environment variables for configuring the build. (The current IcedTea builds set roughly forty such variables for the underlying OpenJDK build.) It has also provided a place for early work on features which will eventually appear in the main OpenJDK builds such as Gervill[24] and for work on ports to other platforms.

IcedTea-Web

IcedTea NPR plugin (based on IcedTea6) listed in Debian Iceweasel 6.0.2 (Knoppix 6.7.1)

IcedTea provides a free-software Java Web browser plugin. It was the first to work in 64-bit browsers under 64-bit Linux, a feature Sun's proprietary JRE later addressed.[25] This makes it suitable to enable support for Java applets in 64-bit Mozilla Firefox, among others. IcedTea also provides a free Java Network Launching Protocol implementation. Sun has promised to release their plugin and Web Start implementation as part of OpenJDK, but so far have not done so,[26] despite pressure from the community.[27] Development on the IcedTea plugin continues, with the latest version of the next-generation plugin supporting Google's Chromium[28] in addition to Firefox. Since 2011, development takes place in the separate IcedTea-Web project.[29] As of April 2013, Oracle has kept the codebase of the Java plugin fully proprietary,[30] in contrast to the remainder of OpenJDK.

Progress and availability

From June 2007, IcedTea was able to build itself and pass a significant portion of Mauve, the GNU Classpath test suite.[31] In May 2008, support was added to IcedTea for running the Sun jtreg regression tests.[32] Availability on several Windows editions still remains unstable and unofficial.

IcedTea has become popular among package maintainers for the following Linux distributions. Currently (as of April 2012):

Architecture

OpenJDK contained approximately (on release in May 2007) 4% encumbered code,[12] which was only packaged as binary plugins. These were required to build and use the JDK. OpenJDK 6 was released with only 1% encumbered code, and the encumbered sound support has also since been replaced. IcedTea6 is based on this release. IcedTea still provides its own web browser plugin and Web Start support, as Sun's implementation remains proprietary.

IcedTea 1.x and 2.x can compile OpenJDK using GNU Classpath-based solutions such as GCJ and optionally bootstraps itself using the HotSpot Java Virtual Machine and the javac Java compiler it just built.[40] For now, building IcedTea 3.x requires using IcedTea 2.x or 3.x, or an OpenJDK 7 or 8 build from another source.

Platform support

Cross-architecture ports of HotSpot (OpenJDK's Virtual Machine) are difficult, because the code contains much assembly language, in addition to the C++ core.[41] The IcedTea project has developed a generic port of the HotSpot interpreter called zero-assembler Hotspot (or zero),[42] with almost no assembly code.[43][44] This port is intended to allow the interpreter part of HotSpot to be very easily adapted to any Linux processor architecture.[45] The code of zero-assembler Hotspot was used for all the non-x86 ports of HotSpot (PPC, IA-64, S390 and ARM) from version 1.6 of IcedTea7.[46][47][48]

The IcedTea project has also developed a platform-independent just-in-time compiler called Shark for HotSpot, using LLVM, to complement Zero.[44][49] This was included in upstream OpenJDK in August 2010.[50] A JIT for ARM32 was first included in 1.6.0[51] and 2.1.1.[52] A native port to AArch64 from Red Hat[53] appeared in 2.4.6[54] and a native PPC64 port from SAP/IBM[55] will be included in 2.5.0.[56] The PPC/AIX port is included upstream in OpenJDK from version 8u20,[57] and the AArch64 port will be included from version 9.[58]

See also

References

  1. "[SECURITY] IcedTea 3.2.0 for OpenJDK 8 Released!". blog.fuseyism.com. November 9, 2016. Retrieved November 9, 2016.
  2. Fitzsimmons, Thomas (2007-06-08). "Credits". Retrieved 2007-06-08.
  3. "Free but Shackled – The Java Trap- GNU Project – Free Software Foundation".
  4. Angel, Lillian (2008-04-04). "IcedTea6 1.1 Released". Retrieved 2008-07-12.
  5. Sharples, Rich (2008-06-19). "Java is finally Free and Open". Retrieved 2008-06-19.
  6. Hughes, Andrew John (2011-10-19). "IcedTea 2.0 Released!". Retrieved 2012-01-31.
  7. Hughes, Andrew John (2016-04-10). "IcedTea 3.0 Released!". Retrieved 2016-04-12.
  8. "Open JDK is here!". Sun Microsystems. 2007-05-08. Retrieved 2007-05-09.
  9. See also Java Class Library Licensing
  10. "Sun's OpenJDK FAQ". Now Sun is open sourcing most of the remaining components of the JDK, with the exception of a few encumbered components that we hope, with the community's help, can be re-implemented so that 100% of the OpenJDK code commons is available as free software... Sun will continue to use that code in commercial releases until it's replaced by fully-functional open-source alternatives
  11. 1 2 Haley, Andrew (2007-06-07). "Experimental Build Repository at icedtea.classpath.org". Retrieved 2007-06-09.
  12. 1 2 Fitzsimmons, Thomas (2007-05-18). "Plans for OpenJDK". Retrieved 2007-05-22.
  13. "Red Hat and Sun Collaborate to Advance Open Source Java Technology". Red Hat. 2007-11-05. Retrieved 2007-11-06.
  14. Phipps, Simon (November 5, 2007). "Red Hat Joins OpenJDK". Retrieved 2007-11-14.
  15. Reinhold, Mark (2007-11-05). "Welcome, Red Hat!". Retrieved 2007-11-14.
  16. Haley, Andrew (May 16, 2008). "Open source project: OpenJDK".
  17. "Bug ID 6523403: OSS CMM: Need to provide lcms library with PYCC and LINEAR_RGB OS ICC profiles". Retrieved 2008-07-12.
  18. "Bug ID 6604044 java crashes talking to second X screen". Retrieved 2008-07-12.
  19. Sharples, Rich (2008-06-19). "Java is finally Free and Open". Archived from the original on 2008-06-20.
  20. Haley, Andrew (2009-04-01). "New project: getting rid of IcedTea local patches". Retrieved 2009-09-05.
  21. Wielaard, Mark (2007-06-07). "Experimental Build Repository at icedtea.classpath.org". Retrieved 2007-06-09.
  22. Wielaard, Mark (2007-05-30). "OpenJDK6 b10 source posted". Retrieved 2008-07-12.
  23. "Changes in OpenJDK7 b53". 2009-04-02. Retrieved 2009-09-05.
  24. "Gervill: Wiki: Home — Project Kenai".
  25. Java SE 6 Update 12 Release Notes. Java.sun.com. Retrieved on 2013-07-18.
  26. Darcy, Joe (2009-06-08). "OpenJDK and the new plugin". Retrieved 2009-09-05.
  27. Hughes, Andrew John (2009-08-21). "Opensource plugin&webstart – when?". Retrieved 2009-09-05.
  28. Bhole, Deepak (2009-08-26). "IcedTea Java plugin with Chromium and Firefox 3.6A1". Retrieved 2009-09-05.
  29. Bhole, Deepak (2011-02-02). "First release of IcedTea-Web!". Retrieved 2011-04-04.
  30. "Where to find the source of the closed-source browser plugin?".
  31. Kung, Francis (2007-06-12). "Mauve test run results". Retrieved 2007-06-12.
  32. Wielaard, Mark. "jtreg testing integrated". Retrieved 2008-07-12.
  33. "Ark Linux packages". Ark Linux. Retrieved 2008-02-23.
  34. "JRE and JDK Moved to Community". Arch Linux. Retrieved 2009-07-30.
  35. "Debian Building Instructions". IcedTea Wiki. Retrieved 2008-05-21.
  36. "java-1.6.0-openjdk.git". Retrieved 2014-03-28.
  37. "java-1.7.0-openjdk.git". Retrieved 2014-03-28.
  38. "Ubuntu – Details of icedtea-java7-jre in gutsy". Ubuntu Packages. Retrieved 2007-10-26.
  39. "Ubuntu – Details of package openjdk-6-jre in hardy". Ubuntu Packages. Retrieved 2008-07-12.
  40. Wielaard, Mark (2007-06-07). "IcedTea". Retrieved 2007-06-09.
  41. Benson, Gary (2007-11-06). "Gary's guide to porting IcedTea". Retrieved 2008-01-26.
  42. "Zero-Assembler Project". Retrieved 2008-08-22.
  43. "ZeroSharkFaq". icedtea.classpath.org. Retrieved 2009-05-30.
  44. 1 2 Benson, Gary (2008-05-28). "28 May 2008". Red Hat. Retrieved 2008-05-30. Shark is a platform-independent JIT for HotSpot, to complement the zero-assembler interpreter we've been using
  45. Benson, Gary (2009-05-21). "Zero and Shark: a Zero-Assembly Port of OpenJDK". java.net. Retrieved 2009-05-30. We started an experimental port of OpenJDK without assembly language, using free software libraries to bridge the gaps. This experiment evolved to become the zero-assembly port of OpenJDK – Zero – and its just-in-time compiler Shark.
  46. Benson, Gary (2008-02-01). "1st February 2008". Retrieved 2008-02-03.
  47. Haley, Andrew (2008-01-31). "Making zero-assembler the default on ppc". Retrieved 2008-02-03.
  48. Angel, Lillian (2008-02-13). "IcedTea 1.6 Released with Zero-assembler and JNLP support!". Red Hat. Retrieved 2008-02-13.
  49. Benson, Gary (2008-03-31). "31 March 2008". Red Hat. Retrieved 2008-05-30.
  50. "6976186: integrate Shark HotSpot changes". hg.openjdk.java.net. Retrieved 2014-03-28.
  51. Haley, Andrew (2009-09-09). "IcedTea6 1.6 Released!". Retrieved 2014-03-28.
  52. Hughes, Andrew (2012-06-13). "[SECURITY] IcedTea 2.1.1 & 2.2.1 Released!". Retrieved 2014-03-28.
  53. "AArch64 Port Project". Retrieved 2014-03-28.
  54. Hughes, Andrew (2014-03-28). "IcedTea 2.3.14 & 2.4.6: Considered ARMful Released!". Retrieved 2014-03-28.
  55. "OpenJDK PowerPC/AIX Port". Retrieved 2014-03-28.
  56. Hughes, Andrew (2014-01-23). "PPC Port Available in IcedTea 2.x HEAD". Retrieved 2014-03-28.
  57. Simonis, Volker (2015-09-25). "JEP 175: PowerPC/AIX Port". Retrieved 2016-04-13.
  58. Haley, Andrew (2015-12-16). "JEP 237: Linux/AArch64 Port". Retrieved 2016-04-13.

External links

This article is issued from Wikipedia - version of the 11/14/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.