From owner-freebsd-java@freebsd.org Thu May 2 15:17:48 2019 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A0351598626 for ; Thu, 2 May 2019 15:17:48 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 54A5E92ED4 for ; Thu, 2 May 2019 15:17:42 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.15.2/8.15.2) with ESMTP id x42FFGoQ043499; Thu, 2 May 2019 08:15:16 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.15.2/8.15.2/Submit) id x42FFGUs043498; Thu, 2 May 2019 08:15:16 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 2 May 2019 08:15:16 -0700 From: Greg Lewis To: klaus4 Cc: freebsd-java@freebsd.org Subject: Re: [Bug 237208] java/openjdk11: port to powerpc64 Message-ID: <20190502151516.GA43416@misty.eyesbeyond.com> References: <1556711530048-0.post@n6.nabble.com> <20190502064241.GA5582@lonesome.com> <1556798281634-0.post@n6.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1556798281634-0.post@n6.nabble.com> User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: 54A5E92ED4 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [0.34 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.09)[-0.085,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.36)[0.359,0]; NEURAL_HAM_LONG(-0.89)[-0.891,0]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[eyesbeyond.com]; AUTH_NA(1.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[mail.iagu.net,mail.eyesbeyond.com]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[]; FREEMAIL_TO(0.00)[googlemail.com]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:209, ipnet:71.32.0.0/13, country:US]; IP_SCORE(-0.03)[asn: 209(-0.10), country: US(-0.06)] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2019 15:17:48 -0000 On Thu, May 02, 2019 at 04:58:01AM -0700, klaus4 via freebsd-java wrote: > Mark Linimon-2 wrote > > On Wed, May 01, 2019 at 04:52:10AM -0700, klaus4 via freebsd-java wrote: > >> Greg, can you please issue a "roadmap" which hardware we should support > >> permanently (the next one would normally be sparc64). > > > > At this point, my advice is not to spend time on sparc64. I used to try > > to maintain ports on sparc64, but I no longer wish to spend time on it. > > > > mcl > > _______________________________________________ > > > freebsd-java@ > > > mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-java > > To unsubscribe, send any mail to " > > > freebsd-java-unsubscribe@ > > > " > > Thanks, Mark, I almost ordered a Sun Fire :-) > > For Francis Little : > you could try to set 'Wno-stringop-overflow' -flag for gcc8, or something > like that... > .. before fixing things in the hotspot-subdirectory ( strncat ) , you should > ask Open-Kurt, Free-Greg & PPC-Pjotr first whether its worth ;-) FWIW, I have an Ultra60 (and an Ultra10 for that matter), but it has been a long time since I booted either of them. At one point I released a port of openjdk8 to sparc64, but it got almost no interest and I didn't work on it as a result. At this point it seems like sparc64 is unfortunately pretty low on everyone's priority list. -- Greg