Dev & Code yesterdayAdd to bookmarks

With JEP 541, Oracle confirms the end of maintenance for the macOS/x64 port in JDK 27 (scheduled for September 2026). A logical decision from Apple's side - which sold its last Intel Mac in 2023 - but a strong signal for any Java dev still attached to a 2019 MacBook Pro.
Let's imagine a Java backend developer who still works on a 2019 MacBook Pro 15 inches - an Intel Core i9, 32 GB of RAM, a solid machine, a stubborn butterfly keyboard but installed on his desk for six years. He opens his terminal, runs sdk install java 27-tem, and reads in the release notes: « macOS/x64 port is deprecated for removal ». This is the subject of JEP 541 (initially JEP draft 8386091), and it concerns everyone who codes Java on an Intel Mac.
The official title is « Deprecate the macOS/x64 Port for Removal ». In concrete terms, with JDK 27 (scheduled for September 2026) :
-enable-deprecated-ports, but without any guarantee that the build works or runs.Why now? The JEP is direct: « Apple has transitioned its hardware platform to AArch64, and is thus phasing out its support for x64. Maintaining the port is a significant undertaking and no clear long-term maintenance commitment for the port has been identified. »
Apple has stopped selling its last Intel Mac - the 2019 Mac Pro - in June 2023. And to drive the point home, the company announced that macOS 27 « Golden Gate » will be:
The Java macOS/x64 port thus becomes a moving target on a moving platform. Understandable.
Three realistic options:
JEP 541 is part of a series of OpenJDK port deprecations:
The message is clear: OpenJDK is converging on a reduced base of architectures and systems. It's the health of the project in the long term, but each removal leaves a user stranded. This time, it's the Java developers who haven't yet switched to Apple Silicon.
If your last production build runs on an Intel Mac with Java 21+, plan the transition: either to JDK 25 LTS that you will freeze, or to Apple Silicon, or to Linux. From September 2026 onwards, each new version of OpenJDK will remind you that Oracle has turned the page.
Article produced by artificial intelligence, reviewed under human editorial control.