1 ## Corretto 25 2 3 Amazon Corretto is a no-cost, multiplatform, 4 production-ready distribution of the Open Java Development Kit (OpenJDK). 5 Corretto is used internally at Amazon for production services. 6 With Corretto, you can develop and run Java applications 7 on operating systems such as Linux, Windows, and macOS. 8 9 This repository is used to track [OpenJDK 25](https://github.com/openjdk/jdk/tree/jdk25). 10 Please look at the branches section for more information on Feature Releases. 11 12 Documentation is available at [https://docs.aws.amazon.com/corretto](https://docs.aws.amazon.com/corretto). 13 14 ### Licenses and Trademarks 15 16 Please read these files: "LICENSE", "ADDITIONAL_LICENSE_INFO", "ASSEMBLY_EXCEPTION", "TRADEMARKS.md". 17 18 ### Branches 19 20 _develop_ 21 : The default branch. The branch that consumes development and patches to upstream [openjdk/jdk:jdk25](https://github.com/openjdk/jdk). Corretto builds are generated from this branch. 22 23 ### OpenJDK Readme 24 ``` 25 26 Welcome to the JDK! 27 =================== 28 29 For build instructions, please see either of these files: 30 31 * doc/building.html (html version) 32 * doc/building.md (markdown version) 33 34 See <https://openjdk.org/> for more information about the OpenJDK 35 Community and the JDK and see <https://bugs.openjdk.org> for JDK issue 36 tracking.