awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
microsoft avatar

microsoft/openjdk

0
View on GitHub↗
342 stars·19 forks·MIT·15 viewswww.microsoft.com/openjdk↗

Openjdk

Microsoft Build of OpenJDK

Features

  • JVM and JDK Implementations - Microsoft-supported distribution of the OpenJDK.

Star history

Star history chart for microsoft/openjdkStar history chart for microsoft/openjdk

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Openjdk

Similar open-source projects, ranked by how many features they share with Openjdk.
  • alibaba/dragonwell8alibaba avatar

    alibaba/dragonwell8

    4,322View on GitHub↗

    This project is a customized OpenJDK distribution optimized for high-throughput distributed applications. It features a coroutine runtime engine that replaces kernel threads with lightweight symmetric coroutines to increase concurrency and reduce scheduling overhead while maintaining standard Java interface compatibility. The runtime distinguishes itself through a multi-tenant resource manager and specialized networking providers. It implements resource isolation for CPU and memory to prevent cross-tenant interference and integrates Remote Direct Memory Access for high-throughput, low-latency

    Java
    View on GitHub↗4,322
  • codenameone/codenameonecodenameone avatar

    codenameone/CodenameOne

    1,840View on GitHub↗

    Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.

    Javaandroidapp-frameworkcodename-one
    View on GitHub↗1,840
  • eclipse/openj9eclipse avatar

    eclipse/openj9

    3,524View on GitHub↗

    Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.

    Java
    View on GitHub↗3,524
  • oracle/graaloracle avatar

    oracle/graal

    21,603View on GitHub↗

    GraalVM is a polyglot virtual machine and high-performance runtime designed to execute multiple programming languages within a single environment. It functions as a JVM language toolkit for building language implementations, a native image compiler for transforming bytecode into standalone binaries, and an execution environment for LLVM bitcode and WebAssembly modules. The project is distinguished by its polyglot interoperability framework, which allows different languages to share data and execution state with low overhead. It utilizes self-modifying abstract syntax trees to optimize languag

    Javaaotcompilergraalvm
    View on GitHub↗21,603

Frequently asked questions

What does microsoft/openjdk do?

Microsoft Build of OpenJDK

What are the main features of microsoft/openjdk?

The main features of microsoft/openjdk are: JVM and JDK Implementations.

What are some open-source alternatives to microsoft/openjdk?

Open-source alternatives to microsoft/openjdk include: alibaba/dragonwell8 — This project is a customized OpenJDK distribution optimized for high-throughput distributed applications. It features… codenameone/codenameone — Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support… eclipse/openj9 — Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high… oracle/graal — GraalVM is a polyglot virtual machine and high-performance runtime designed to execute multiple programming languages…