RFR: Section on project maintenance [v3]

Jesper Wilhelmsson jwilhelm at openjdk.org
Fri Sep 23 20:31:16 UTC 2022


On Thu, 22 Sep 2022 08:53:26 GMT, Ludvig Janiuk <lujaniuk at openjdk.org> wrote:

>> Would it help to give examples of the types of Projects that are downstream consumers of the JDK source?  A common case would be forward thinking Projects that exist to think about evolution in a particular area rather than a particular, specific feature.  Amber, Loom, Panama, and Valhalla fall into this category.  All of them are long-running Projects that have been the source of multiple features over several releases.
>
> Yes, I think those are good examples. Something like:
> 
>> Many OpenJDK projects build on top of the JDK source code. At the time of writing, some examples are Project Valhalla(link), which tries to create a JVM with "value types", and Project Panama(link), which is improving native JVM interoperation. There are a number of workflows that projects like this have to deal with. For instance, updating the project codebase (merging) to bring in the latest changes from the upstream JDK project.

Ok. So this is my reasoning in that case; Out of the suggested projects I think project Amber and Valhalla are the most likely to be around for quite some time more. IMO giving descriptions about those projects doesn't add any value to this text but is just likely to rot faster (links are fine).

> Many OpenJDK projects build on top of the JDK source code for instance to produce new language or JVM features, like projects [Amber](https://openjdk.org/projects/amber/) and [Valhalla](https://openjdk.org/projects/valhalla/).

-------------

PR: https://git.openjdk.org/guide/pull/92


More information about the guide-dev mailing list