▲ | scheme271 5 days ago | |||||||
Off-hand I think that there were at least 7 forks/implementations out there. Oracle/Sun, Oracle's Graal, IBM, OpenJDK, Amazon Coretto, Twitter's fork, and Azul. There's also a GNU effort but I don't think that really went very far. I think there's probably a few others that aren't publicly well known for trading firms, etc. | ||||||||
▲ | brabel 4 days ago | parent | next [-] | |||||||
> there were at least 7 forks/implementations out there There are 17 listed on SDKMAN's website: https://sdkman.io/jdks > OpenJDK As far as I know, all other distributions of the JDK are forks of OpenJDK. Would love to know if there's any that isn't. | ||||||||
| ||||||||
▲ | throwaway2037 4 days ago | parent | prev | next [-] | |||||||
JetBrains also has a fork that they use to run some (all?) of their IDEs, such as CLion (C/C++) and IntelliJ (Java). As I understand, it has many fixes for HiDPI environments when painting GUI widgets (Swing, etc.). | ||||||||
▲ | _glass 4 days ago | parent | prev [-] | |||||||
SAP has also a fork: https://github.com/SAP/SapMachine. |