From nobody Thu Apr 23 09:27:37 2026 X-Original-To: freebsd-java@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g1W3M0JjPz6ZH6Z for ; Thu, 23 Apr 2026 09:27:59 +0000 (UTC) (envelope-from haraldei@anduin.net) Received: from mail.anduin.net (mail.anduin.net [185.42.170.45]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4g1W3J4J62z3nbT for ; Thu, 23 Apr 2026 09:27:56 +0000 (UTC) (envelope-from haraldei@anduin.net) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=anduin.net header.s=dkim2021 header.b=4jeNEbMk; dmarc=pass (policy=reject) header.from=anduin.net; spf=pass (mx1.freebsd.org: domain of haraldei@anduin.net designates 185.42.170.45 as permitted sender) smtp.mailfrom=haraldei@anduin.net DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anduin.net; s=dkim2021; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=TuQj2DYs9VALZ3Mnn2thEgvJLapoY/flTOkgXS2aS44=; t=1776936476; x=1777800476; b=4jeNEbMkGsDeOFusLo57IyrTLWAtIZdlt6F0Eo4MzflPZ49cYq82aq0mojfmZtwj2Nz5jexXUFe A8ODE3o+8R5j0X1DZDxtFG5sLI9mke34WrTLUOSoClSDyUIRLHvp9NypHqQfLnYylpnSjRmO9p/oG sSMDgiAIWIXXWrIZYNb1VagmnREeOm9M6xAQ7w80dC2WsT2VA/sQKPMYIaflKpcafjqaHKAaDBuEX LmLjzVEKq5L/mPzcfbXhNrtDKtJ2YgvCR62IIilLpyLs+QZXypw8Vt3youyJuFcVq+Ij88768rIbr CEJqmsuhPHYxn/nZzzzfzZdyNgnuUDEiCiwA==; Received: by mail.anduin.net with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.98.2 (FreeBSD)) (envelope-from ) id 1wFqLa-00000000KTE-3BxG for freebsd-java@freebsd.org; Thu, 23 Apr 2026 09:27:48 +0000 Date: Thu, 23 Apr 2026 11:27:37 +0200 From: Harald Eilertsen To: FreeBSD Java mailing list Subject: OpenJDK 25.0.3 in ports Message-ID: Mail-Followup-To: FreeBSD Java mailing list List-Id: Porting Java to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-java List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-java@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-SA-Authenticated: Yes X-Spam-Score: -1.9 X-Spam-Level: - X-Spam-Report: host: mail.modirum.com | contact: hostmaster@modirum.com | scores: BAYES_00=-1.9,NO_RELAYS=-0.001 | autolearn=no autolearn_force=no, score=0 X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; DMARC_POLICY_ALLOW(-0.50)[anduin.net,reject]; R_SPF_ALLOW(-0.20)[+ip4:185.42.170.45/32]; R_DKIM_ALLOW(-0.20)[anduin.net:s=dkim2021]; MIME_GOOD(-0.10)[text/plain]; FREEFALL_USER(0.00)[haraldei]; MIME_TRACE(0.00)[0:+]; MISSING_XM_UA(0.00)[]; ASN(0.00)[asn:62248, ipnet:185.42.170.0/24, country:EE]; ARC_NA(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-java@freebsd.org]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; TO_DN_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[anduin.net:+] X-Rspamd-Queue-Id: 4g1W3J4J62z3nbT X-Spamd-Bar: --- Hi, Yesterday evening I pushed OpenJDK 25.0.3 to the FreeBSD ports tree, main branch. Upstream release notes are here: https://www.oracle.com/java/technologies/javase/25all-relnotes.html. Apart from the upstream changes it contains the following BSD specific fixes compared to version 25.0.2: - Fix generating atomic entry points for Aarch64 - General aarch64 cpu and hardware capabilities updates - Enable building the Hotspot Disassembler (HSDIS) for FreeBSD - Fix locating native symbols loaded from shared object in the Serviceability Agent - Prevent crashes on Apple Silicon for all BSD, not just MacOS Should be available with pkg for people running the latest branch, once the package builders are done with it. As always, thanks to The FreeBSD Foundation for sponsoring my work on OpenJDK for FreeBSD. -- Harald Eilertsen