|
| 1 | +<!-- |
| 2 | +* Copyright (c) 2017, 2026 IBM Corp. and others |
| 3 | +* |
| 4 | +* This program and the accompanying materials are made |
| 5 | +* available under the terms of the Eclipse Public License 2.0 |
| 6 | +* which accompanies this distribution and is available at |
| 7 | +* https://www.eclipse.org/legal/epl-2.0/ or the Apache |
| 8 | +* License, Version 2.0 which accompanies this distribution and |
| 9 | +* is available at https://www.apache.org/licenses/LICENSE-2.0. |
| 10 | +* |
| 11 | +* This Source Code may also be made available under the |
| 12 | +* following Secondary Licenses when the conditions for such |
| 13 | +* availability set forth in the Eclipse Public License, v. 2.0 |
| 14 | +* are satisfied: GNU General Public License, version 2 with |
| 15 | +* the GNU Classpath Exception [1] and GNU General Public |
| 16 | +* License, version 2 with the OpenJDK Assembly Exception [2]. |
| 17 | +* |
| 18 | +* [1] https://www.gnu.org/software/classpath/license.html |
| 19 | +* [2] https://openjdk.org/legal/assembly-exception.html |
| 20 | +* |
| 21 | +* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0 |
| 22 | +--> |
| 23 | + |
| 24 | +# What's new in version 0.60.0 |
| 25 | + |
| 26 | +The following new features and notable changes since version 0.59.0 are included in this release: |
| 27 | + |
| 28 | +- [New binaries and changes to supported environments](#binaries-and-supported-environments) |
| 29 | +- [ZIP64 extension support is added for 64-bit platforms](#zip64-extension-support-is-added-for-64-bit-platforms) |
| 30 | + |
| 31 | +## Features and changes |
| 32 | + |
| 33 | +### Binaries and supported environments |
| 34 | + |
| 35 | +Eclipse OpenJ9™ release 0.60.0 supports OpenJDK 8, 11, 17, 21, 25, and 26. |
| 36 | + |
| 37 | +To learn more about support for OpenJ9 releases, including OpenJDK levels and platform support, see [Supported environments](openj9_support.md). |
| 38 | + |
| 39 | +### ZIP64 extension support is added for 64-bit platforms |
| 40 | + |
| 41 | +On 64-bit platforms, the OpenJ9 VM now supports ZIP files that use ZIP64 extensions for bootstrap class loading and shared classes cache operations. |
| 42 | + |
| 43 | +This enhancement enables the VM to overcome the 4 GB size limitation of the standard ZIP files and work with large JAR or ZIP files. |
| 44 | + |
| 45 | +The VM automatically detects and handles ZIP files that contain ZIP64 extensions. The VM works with both standard ZIP files and ZIP files that use ZIP64 extensions. |
| 46 | + |
| 47 | +For more information about shared classes cache, see [Introduction to class data sharing](shrc.md). |
| 48 | + |
| 49 | +## Known problems and full release information |
| 50 | + |
| 51 | +To see known problems and a complete list of changes between Eclipse OpenJ9 v0.59.0 and v0.60.0 releases, see the [Release notes](https://github.com/eclipse-openj9/openj9/blob/master/doc/release-notes/0.60/0.60.md). |
| 52 | + |
| 53 | +<!-- ==== END OF TOPIC ==== version0.60.md ==== --> |
0 commit comments