logoalt Hacker News

_benjyesterday at 10:08 PM1 replyview on HN

Would there be a difference in contributing to OpenJDK vs to, say, Temurin or Zulu Java? How separated are those Java JDKs really from OpenJDK?


Replies

embedding-shapeyesterday at 10:10 PM

Temurin and others are "distributions" of OpenJDK, basically their compilation results of it, not their own codebase. They're not "forks" in terms of source code, but they have patches, build systems, QA, and everything else around it that they apply, then offer you their version of it.

  OpenJDK: where Java is developed
  Temurin / Zulu: where OpenJDK is built, tested, packaged, and supported