Our Story
Eclipse OpenJ9 is a high performance, scalable, Java virtual machine (JVM) implementation that represents hundreds of person-years of effort. Contributed to the Eclipse project by IBM, the OpenJ9 JVM underpins the IBM SDK, Java Technology Edition product that is a core component of many IBM Enterprise software products. Continued development of OpenJ9 at the Eclipse foundation ensures wider collaboration, fresh innovation, and the opportunity to influence the development of OpenJ9 for the next generation of Java applications.
Our supporters
The success of the OpenJ9 project is underpinned by the generosity of our supporters, to whom we would like to extend our thanks. This support comes in different forms; monetary, people, system, and data center resources. People resources help us to staff the planning, development, delivery, and support of OpenJ9 releases as well as pioneering new and innovative technologies. Dedicated systems and hosting services allow us to run automated build and test operations, which help ensure that quality and reliability is central to all our deliverables.
Join the conversation
Join us on Slack where you can ask questions and chat directly with our developers. Whether you simply have a question about using OpenJ9, an idea for improvement, or a problem you want to discuss, we'd love to hear from you.
Like all great open source projects, we have a vibrant and busy GitHub repository where you can create issues to explore ideas, request new features, or report any difficulties you are having.
Participate in the Eclipse OpenJ9 project
Become a contributor
We welcome contributions to the project in all shapes and forms. If you are interested in JVM development, we'd love to hear your ideas and help you collaborate with us on the code base. There are other ways you can contribute too, such as working on our website and docs. Be a part of the project and share in our success!
Join community calls
Our regular calls are a great place to find out what is going on in the project. As well as discussing our release plans and development status, we often feature lightning talks by members of the community. For example, technical deep dives or overviews about new features. To see agendas and recordings, look in the Slack #planning channel.
Eclipse OpenJ9 version 0.60.0 released
July 2026
We're pleased to announce the availability of Eclipse OpenJ9 v0.60.0.
This release supports OpenJDK 8, 11, 17, 21, 25, and 26. For more information about supported platforms and OpenJDK versions, see Supported environments.
Other updates in this release include the following:
- The
-Xcheck:dumpoption is enhanced on z/OS systems to validate dataset names that are specified in-Xdump:systemoptions and detects improper VM options. This validation prevents deployment of misconfigured applications and ensures that your diagnostic dumps will be created successfully and will not fail because of invalid dataset names. - Linux AArch64 64-bit builds on all OpenJDK versions now use the gcc 14.2 compiler.
- The following new JFR events are added in this release:
- GCHeapSummary
- NetworkUtilization>
- RHEL 9.4 is out of Extended Update Support (EUS). RHEL 9.6 is the new minimum operating system level.
- New parameter
footprintis added to the-Xtunecommand-line option. This option is used to optimize Eclipse OpenJ9 VM function by minimizing OpenJ9 VM memory usage.
To read more about these and other changes, see the OpenJ9 user documentation.
Performance highlights include the following:
- Performance of Java method handles improved in general, and specifically when the
MemorySegmentclass is used.