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
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,23 @@ _upstream-jdk17u_
### OpenJDK Readme
```

Welcome to the JDK!
===================
Welcome to OpenJDK 17 Updates!
==============================

For build instructions, please see either of these files:
The JDK 17 Updates project uses two GitHub repositories.
Updates are continuously developed in the repository jdk17u-dev <https://github.com/openjdk/jdk17u-dev>. This is the repository usually targeted by contributors.
The jdk17u <https://github.com/openjdk/jdk17u> repository is used for rampdown of the update releases of jdk17u and only accepts critical changes that must make the next release during rampdown. (You probably do not want to target jdk17u).

* doc/building.html (html version)
* doc/building.md (markdown version)
For more OpenJDK 17 updates specific information such as timelines and contribution guidelines see the project wiki page: <https://wiki.openjdk.org/display/JDKUpdates/JDK+17u/>

See https://openjdk.java.net/ for more information about

For build instructions please see the
online documentation <https://openjdk.java.net/groups/build/doc/building.html>,
or either of these files:

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

See <https://openjdk.java.net/> for more information about
the OpenJDK Community and the JDK.
```