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 are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Openjdk

These projects share indexed features with Openjdk. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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.

Which projects share features with microsoft/openjdk?

Projects with overlapping indexed features 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…