OpenJDK is the short form of Open Java Development Kit similar to Oracle's Java Development Kit used to develop Java Applications. Main difference between Oracle JDK and OpenJDK is that OpenJDK is free for all while Oracle Java Development Kit or Oracle JDK requires commercial license.
OpenJDK is the open source implementation of the Java Platform Standard Edition and is free to use with General Public License Version 2 ; GPLv2. OpenJDK 7 is the reference implementation of the Java SE 7 Specification. For more details you can refer the official Java SE 7 specification from Java Community Process here.
OpenJDK 7 was released on 28th July 2011,Since decision to Open Source JDK came late in the life cycle of the development of JDK 6, JDK 7 was first released as open source. Since Java SE 6 was needed as well, to maintain backword compatibility OpenJDK 6 was released by removing the OpenJDK 7 features inappropriate for a Java SE 6 specification.
Community OpenJDK source code can be downloaded from Mercurial repository
Azul Zulu OpenJDK is the Commercial Open Java Development Kit Developed by Azul Systems. Similar to Oracle's Java Development Kit, Zulu Openjdk installation is simple and for Production Zulu OpenJDK needs subscription. However, All Zulu Community distributions of OpenJDK are free to download and use without restrictions. Unlike any other OpenJDK vendors, Zulu openjdk has plans to commertial support java 9,13, and 15.