From nobody Tue Dec 10 12:50:38 2024 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 4Y6z9m2VtZz5g59p for ; Tue, 10 Dec 2024 12:50:52 +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 4Y6z9h6Xh9z4QNb for ; Tue, 10 Dec 2024 12:50:48 +0000 (UTC) (envelope-from haraldei@anduin.net) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=anduin.net header.s=dkim2021 header.b=Xwu9goa4; spf=pass (mx1.freebsd.org: domain of haraldei@anduin.net designates 185.42.170.45 as permitted sender) smtp.mailfrom=haraldei@anduin.net; dmarc=pass (policy=reject) header.from=anduin.net DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anduin.net; s=dkim2021; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=qsr+/61WsPbhdb/33svBvQobGzlVdzBgbDG1aEmghSM=; t=1733835048; x=1734699048; b=Xwu9goa4juqdpDOPZ7m53BWj6SXn2Vvi4NNLK7gkxJ9ezW+3Rir7gUbMzWr1//IEkNmLCewgNHm thxbQNY9VltIvx98BaYn7Pp7JzpgkNhn2HTeIQzWFBIELuooZErstjW+iFakxgD2/McucHK9UKJYO kgiYOtVSH3eelolBFO5fAV/QHKaFRg5wshQhn8yC+sAmaWx/YyjH021S0fl8N5DmAn8fFY+7eHlu8 jLFZMsZecfVI8oA1dNEI4+rwjeNz9D8ZP1lj08viqbxBwgYtzX3no/XcSKnVbV0Y8ZHd9IDZ47mwp 32iux3Ge91NUwexkBwwuNsg8V5Ntl8jSaPvQ==; Received: by mail.anduin.net with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.97.1 (FreeBSD)) (envelope-from ) id 1tKzhH-00000000CXE-0kDo; Tue, 10 Dec 2024 12:50:40 +0000 Date: Tue, 10 Dec 2024 13:50:38 +0100 From: Harald Eilertsen To: Dmytro Bilokha Cc: FreeBSD Java mailing list Subject: Re: Introduction and a bit of status Message-ID: References: <86wmgbbnpk.fsf@ltc.des.dev> 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 In-Reply-To: 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 [-3.50 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[anduin.net,reject]; MID_RHS_NOT_FQDN(0.50)[]; R_DKIM_ALLOW(-0.20)[anduin.net:s=dkim2021]; R_SPF_ALLOW(-0.20)[+ip4:185.42.170.45/32]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:62248, ipnet:185.42.170.0/24, country:EE]; MISSING_XM_UA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_VIA_SMTP_AUTH(0.00)[]; MLMMJ_DEST(0.00)[freebsd-java@freebsd.org]; TO_DN_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[anduin.net:+] X-Rspamd-Queue-Id: 4Y6z9h6Xh9z4QNb X-Spamd-Bar: --- Hi Dmytro, On Sun, Dec 08, 2024 at 09:05:37PM +0000, Dmytro Bilokha wrote: > It is super nice, that you work on bringing OpenJDK 23 to FreeBSD. Thanks, and also thanks to The FreeBSD Foundation that's sponsoring the work. I also have to point out that most of the work, at least for OpenJDK 23, is already done by others. The goal of the project goes beyond OpenJDK 23 though, and should hopefully make any future Java version better supported on FreeBSD. The main reason I'm working on getting the OpenJDK 23 build in shape now is that I need it to build OpenJDK 24 :) Take care! Harald!