Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,19 @@ _ga-release_

_release-11.0.XX.YY.Z_
: The source code for each release is recorded by a branch or a tag with a name of this form. XX stands for the OpenJDK 11 update number, YY for the OpenJDK 11 build number, and Z for the Corretto-specific revision number. The latter starts at 1 and is incremented in subsequent releases as long as the update and build numbers remain constant.

### OpenJDK Readme
```

Welcome to the JDK!
===================

For information about building the JDK, including how to retrieve all
of the source code, please see either of these files:

* doc/building.html (html version)
* doc/building.md (markdown version)

See http://openjdk.java.net/ for more information about the OpenJDK
Community and the JDK.
```
Loading