From owner-freebsd-java@freebsd.org Sun Dec 9 12:28:59 2018 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 B2141131AE41 for ; Sun, 9 Dec 2018 12:28:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6B60F69A96 for ; Sun, 9 Dec 2018 12:28:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2C07C131AE3C; Sun, 9 Dec 2018 12:28:59 +0000 (UTC) Delivered-To: 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 1910C131AE3B for ; Sun, 9 Dec 2018 12:28:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82DCA69A93 for ; Sun, 9 Dec 2018 12:28:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id B0C421EBF8 for ; Sun, 9 Dec 2018 12:28:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id wB9CSv17095866 for ; Sun, 9 Dec 2018 12:28:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id wB9CSvor095857 for java@FreeBSD.org; Sun, 9 Dec 2018 12:28:57 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 233883] java/openjdk8: fix build with GCC-based architectures Date: Sun, 09 Dec 2018 12:28:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pkubaj@anongoth.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Rspamd-Queue-Id: 6B60F69A96 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:10310, ipnet:2001:1900:2254::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.994,0] X-Rspamd-Server: mx1.freebsd.org 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: Sun, 09 Dec 2018 12:28:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233883 Bug ID: 233883 Summary: java/openjdk8: fix build with GCC-based architectures Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: java@FreeBSD.org Reporter: pkubaj@anongoth.pl Flags: maintainer-feedback?(java@FreeBSD.org) Assignee: java@FreeBSD.org Created attachment 199976 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199976&action= =3Dedit patch Before update to 8.192.26, openjdk8 compiled fine, but 8.192.26 made buildi= ng on FreeBSD use clang by default, which breaks GCC architectures. Add CONFIGURE_ARGS+=3D--with-toolchain-type=3Dgcc when COMPILER_TYPE is gcc (alternatively we could add CONFIGURE_ARGS+=3D--with-toolchain-type=3D${CHOSEN_COMPILER_TYPE} to all ta= rgets). Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Sun Dec 9 12:28:59 2018 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 74E29131AE3D for ; Sun, 9 Dec 2018 12:28:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0CE5E69A94 for ; Sun, 9 Dec 2018 12:28:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C4976131AE38; Sun, 9 Dec 2018 12:28:58 +0000 (UTC) Delivered-To: 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 B3027131AE36 for ; Sun, 9 Dec 2018 12:28:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DBEA69A91 for ; Sun, 9 Dec 2018 12:28:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 529361EBF6 for ; Sun, 9 Dec 2018 12:28:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id wB9CSvf5095628 for ; Sun, 9 Dec 2018 12:28:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id wB9CSvB7095621 for java@FreeBSD.org; Sun, 9 Dec 2018 12:28:57 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: maintainer-feedback requested: [Bug 233883] java/openjdk8: fix build with GCC-based architectures Date: Sun, 09 Dec 2018 12:28:55 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Rspamd-Queue-Id: 0CE5E69A94 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:10310, ipnet:2001:1900:2254::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.993,0] X-Rspamd-Server: mx1.freebsd.org 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: Sun, 09 Dec 2018 12:28:59 -0000 Bugzilla Automation has asked freebsd-java mailing l= ist for maintainer-feedback: Bug 233883: java/openjdk8: fix build with GCC-based architectures https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233883 --- Description --- Before update to 8.192.26, openjdk8 compiled fine, but 8.192.26 made buildi= ng on FreeBSD use clang by default, which breaks GCC architectures. Add CONFIGURE_ARGS+=3D--with-toolchain-type=3Dgcc when COMPILER_TYPE is gcc (alternatively we could add CONFIGURE_ARGS+=3D--with-toolchain-type=3D${CHOSEN_COMPILER_TYPE} to all ta= rgets). Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud. From owner-freebsd-java@freebsd.org Sun Dec 9 21:00:07 2018 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 C2D47132F687 for ; Sun, 9 Dec 2018 21:00:07 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 57BE37B631 for ; Sun, 9 Dec 2018 21:00:07 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1AE90132F685; Sun, 9 Dec 2018 21:00:07 +0000 (UTC) Delivered-To: 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 080F8132F682 for ; Sun, 9 Dec 2018 21:00:07 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AA417B62C for ; Sun, 9 Dec 2018 21:00:06 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id CF3A632D2 for ; Sun, 9 Dec 2018 21:00:05 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id wB9L05Pr069446 for ; Sun, 9 Dec 2018 21:00:05 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id wB9L05MS069439 for java@FreeBSD.org; Sun, 9 Dec 2018 21:00:05 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201812092100.wB9L05MS069439@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: java@FreeBSD.org Subject: Problem reports for java@FreeBSD.org that need special attention Date: Sun, 9 Dec 2018 21:00:05 +0000 MIME-Version: 1.0 X-Rspamd-Queue-Id: 57BE37B631 X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.99)[-0.991,0]; ASN(0.00)[asn:10310, ipnet:2001:1900:2254::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.993,0] X-Rspamd-Server: mx1.freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Sun, 09 Dec 2018 21:00:08 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 221213 | java/linux-oracle-jdk18: Does not work with NONE- 1 problems total for which you should take action. From owner-freebsd-java@freebsd.org Mon Dec 10 14:22:18 2018 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 D361F1327A31 for ; Mon, 10 Dec 2018 14:22:17 +0000 (UTC) (envelope-from magnus.ihse.bursie@oracle.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 686D47B12C for ; Mon, 10 Dec 2018 14:22:16 +0000 (UTC) (envelope-from magnus.ihse.bursie@oracle.com) Received: by mailman.ysv.freebsd.org (Postfix) id 2C31E1327A29; Mon, 10 Dec 2018 14:22:16 +0000 (UTC) Delivered-To: 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 E3EC11327A28 for ; Mon, 10 Dec 2018 14:22:15 +0000 (UTC) (envelope-from magnus.ihse.bursie@oracle.com) Received: from userp2130.oracle.com (userp2130.oracle.com [156.151.31.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "userp2130.oracle.com", Issuer "DigiCert SHA2 Secure Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 00F6C7B106; Mon, 10 Dec 2018 14:22:09 +0000 (UTC) (envelope-from magnus.ihse.bursie@oracle.com) Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.22/8.16.0.22) with SMTP id wBABrg0a175404; Mon, 10 Dec 2018 11:53:42 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=subject : to : references : cc : from : message-id : date : mime-version : in-reply-to : content-type : content-transfer-encoding; s=corp-2018-07-02; bh=JV3DWaYgKXJdsfeKXYm07sT9tQxlpzAv2pajgzPLppg=; b=CIo1OE8o0jTuJKU1+sMQ9b3lBeJy4ZE6+5Ju0cjZGr4eSLJExdqiUhW83y9HBydVMK7g ZT5qEK8kRypFMmIkYDpcjEAzH7gLjbI1YNg45+xk6Js/PmqCQdtcTYOkYqW34//MddxS j6BuF4BVqMTaQaVKktHSbpzHhktcAlxwaAP3z4EQ2SMS2mj46PNkHlkD9m/8FTGn8u8g d+rN9JA6JSo+5f3ejQ1rD0zjtgBeiAu92bFjhQ1Abe3FUtPAaa/pm3WLMIlYqqZmNVlq TsiotvJwncMApHhBnaC7fTkgtIu5BF0aB40Ex5VgZfcuWtVdNU94JrRd3twuML0/vr7y AA== Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by userp2130.oracle.com with ESMTP id 2p85ctwf4b-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 10 Dec 2018 11:53:42 +0000 Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by aserv0021.oracle.com (8.14.4/8.14.4) with ESMTP id wBABreCT008931 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 10 Dec 2018 11:53:41 GMT Received: from abhmp0006.oracle.com (abhmp0006.oracle.com [141.146.116.12]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id wBABrcNS031030; Mon, 10 Dec 2018 11:53:39 GMT Received: from [10.175.198.12] (/10.175.198.12) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 10 Dec 2018 03:53:37 -0800 Subject: Re: Fwd: Supporting the OpenJDK11 port to FreeBSD To: Michael Osipov <1983-01-06@gmx.net>, =?UTF-8?Q?Eirik_=c3=98verby?= , java@freebsd.org References: <0327C3A2-813D-4597-86F1-B2ED7E9BE2FC@anduin.net> <14f77902-ed42-48ec-c852-1d0af210492f@gmx.net> Cc: jmd@freebsd.org, Marie Helene Kvello-Aune From: Magnus Ihse Bursie Message-ID: <5fc7f0c9-c931-f806-a2ce-9adb53e65cdb@oracle.com> Date: Mon, 10 Dec 2018 12:53:34 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <14f77902-ed42-48ec-c852-1d0af210492f@gmx.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=9102 signatures=668679 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1812100110 X-Rspamd-Queue-Id: 686D47B12C X-Spamd-Result: default: False [-7.83 / 15.00]; FORGED_RECIPIENTS_FORWARDING(0.00)[]; FORWARDED(0.00)[java@mailman.ysv.freebsd.org]; TO_DN_SOME(0.00)[]; SPF_FAIL_FORWARDING(0.00)[]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; R_SPF_SOFTFAIL(0.00)[~all]; RCPT_COUNT_FIVE(0.00)[5]; DKIM_TRACE(0.00)[oracle.com:+]; RCVD_IN_DNSWL_MED(-0.20)[5.0.0.0.0.5.0.0.0.0.0.0.0.0.0.0.a.6.0.2.4.5.2.2.0.0.9.1.1.0.0.2.list.dnswl.org : 127.0.9.2]; DMARC_POLICY_ALLOW(0.00)[oracle.com,none]; MX_GOOD(-0.01)[cached: userp2050.oracle.com]; DMARC_POLICY_ALLOW_WITH_FAILURES(-0.50)[]; FREEMAIL_TO(0.00)[gmx.net]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(-3.52)[ip: (-9.87), ipnet: 2001:1900:2254::/48(-4.48), asn: 10310(-3.18), country: US(-0.09)]; NEURAL_HAM_SHORT(-0.90)[-0.899,0]; ASN(0.00)[asn:10310, ipnet:2001:1900:2254::/48, country:US]; FORGED_RECIPIENTS(0.00)[1983-01-06@gmx.net ..,freebsd-java@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[oracle.com]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_SEVEN(0.00)[9] X-Rspamd-Server: mx1.freebsd.org 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: Mon, 10 Dec 2018 14:22:18 -0000 On 2018-12-04 21:52, Michael Osipov wrote: > Am 2018-11-27 um 20:28 schrieb Eirik Øverby: >> Hi, >> >> Realized I sent this from the wrong address to the wrong address .. >> sorry if this comes across as pestering! >> >> I hope someone can take a look at the below, or point me in the right >> direction. >> >> Wbr >> /Eirik >> >> Begin forwarded message: >> >>> From: Eirik Øverby >>> Date: 17 November 2018 at 12:24:36 EET >>> To: glewis@FreeBSD.org >>> Subject: Supporting the OpenJDK11 port to FreeBSD >>> >>> Hi, >>> >>> we're a company that hosts all our code (payment- and authentication >>> stuff) on FreeBSD/Tomcat and we're being asked by our devs when we >>> can have OpenJDK9^H10^H^H11 support. Before you ask - no, none of >>> them are capable of porting anything - they couldn't care less about >>> the platform. > > Same issue here: running FreeBSD, Java, Tomcat, and surroundings like > Ant, Maven, etc. > >>> What would be the correct way to offer monetary (or other) support >>> to the FreeBSD/Java project in such a way that >>> - the money is well spent? >>> - porting efforts can get some priority and attention, soonish? >>> >>> Not sure what kind of support would make a difference here, but we >>> can throw all sorts of hardware at the project, and at least a >>> man-month or two if that's what it takes. > > I don't think that hardware will really help. What really helps is > someone who can assist Greg or contact the foundation and remind them > of [1], "Development of software for FreeBSD to benefit the user and > developer community, including contract development of critical system > infrastructure, porting of closed source applications such as > Java(TM)." with your donation. > > I talked with jmd@ about this gaining some traction for Java 11+ in > FreeBSD by joining AdoptAJDK and assisting Greg with this huge effort. > It just needs someone who will drive this. The first must be to get > all BSD related changes Greg and others have made into JDK8u, no more > bsd-port Hg repo. To get the BSD port into mainline OpenJDK will require: 1) passing the TCK 2) providing the infrastructure and resources necessary to continue having a functioning platform. This typically means having some kind of automated test sytem, running simpler tests (like the bundled JTREG test suite) on a regular basis, and TCK when needed. (At least once per release, more often if possible.) It also means having some engineer available that can respond to questions about how to fix things on that platform, and repair the build if it breaks. As far as I know, the FreeBSD Foundation has a TCK license, so it's more a matter of getting up a CI system, and having someone with enough time at their hands that can be responsible for the OpenJDK contact. /Magnus > > Would you take on this? > > Michael > > > [1] https://www.freebsdfoundation.org/about/overview/ > > _______________________________________________ > freebsd-java@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@freebsd.org Tue Dec 11 01:24:34 2018 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 51FAF130DFBC for ; Tue, 11 Dec 2018 01:24:34 +0000 (UTC) (envelope-from huanghwh@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B767B79A7B for ; Tue, 11 Dec 2018 01:24:33 +0000 (UTC) (envelope-from huanghwh@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 7BC80130DFB2; Tue, 11 Dec 2018 01:24:33 +0000 (UTC) Delivered-To: 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 592A5130DFB1 for ; Tue, 11 Dec 2018 01:24:33 +0000 (UTC) (envelope-from huanghwh@gmail.com) Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91CA679A74 for ; Tue, 11 Dec 2018 01:24:32 +0000 (UTC) (envelope-from huanghwh@gmail.com) Received: by mail-wm1-x335.google.com with SMTP id s14so523156wmh.1 for ; Mon, 10 Dec 2018 17:24:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:from:date:message-id:subject:to; bh=irxevDyCZy91CEqwIbL7zBL6ZnI7Py7Qu+eR9GaqNms=; b=T+bIj6SfRzRyF0HZktmCIaX18VcmaBE3E/HH5EMS0G0PjW3fkWuAiVdw0MtkvPIeEG A3kQ2vtCGY7x3O0S8eM7bbVS2wIHHl19kzCcRcn6sFcbKTP7NDKTPf6FLPPXHOfi5Fdw Q5hR8/abbRNbZHucJQcsoDFt9fZyWxkRfYnuyrtXymg4MEmdzqu8HiM0BFJVAc5kUwHo ULZCXgsUzhvQBuocxfkZ1S7H9XU9nz+JyD2dbs5onRiRi3CSzEV6nVZqu/0O2f7+/n0+ jC4fu/rIXQzpj0+rTeFLfV9hlfY07b/Ivf8qnfZqohhFFS4DArUSWqw0p3ajHzIpOr80 xGpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:from:date:message-id :subject:to; bh=irxevDyCZy91CEqwIbL7zBL6ZnI7Py7Qu+eR9GaqNms=; b=pLrFXlV66jTP7j9SrR1K4+0IvY7MOlESoQH/7cB/+YgI1iw4rWM+LlVo0OXxDxpNTM S+1VysqfK76oM5tCpKYFmTyKyr5Bj7ZKJc75X+8wKNWBPSTqzc0fn4Zc2KpHEswEdIgE CUbxtWB33d1WK3Kh4HlMXrfS9AcMfmT0dMLo9lwgD/BbK216bY2lMrQmBe0447GoeTpW b3wQVdDRksHGxLLpi/BYoDdWIE5XY+cyyPViUk5EGes6hOOoLroWh66vagGWdyvFPSlY PX2E3NR8HwP29ZFCJTfIzssPcBDITVvFXblFZeutB72D2TxtrxVFMt+TpqsnG63i5EDy OWEw== X-Gm-Message-State: AA+aEWa5kZ1XwucJs7I+VHIBs7JJsZG+MWgSYSwFFbiWJ/yTyjaflJiB jZ5/nlTd7YQzarUTig0pmJ3Klk8rPdbYvW6M9BfXQOsV X-Google-Smtp-Source: AFSGD/Ux9dRdnLrIwmhT+GXODSifc7CdM1mAzdLMt4ru0v0Nxx/5yXzO7cB4S7ZF+O1+O32DI09M6MW3IaYRlMaJwU8= X-Received: by 2002:a1c:66c5:: with SMTP id a188mr449224wmc.129.1544491471396; Mon, 10 Dec 2018 17:24:31 -0800 (PST) MIME-Version: 1.0 Reply-To: huanghwh@gmail.com From: Huang Wen Hui Date: Tue, 11 Dec 2018 09:24:20 +0800 Message-ID: Subject: The problem of eclipse with openjdk8-8.192.26 To: java@freebsd.org X-Rspamd-Queue-Id: B767B79A7B X-Spamd-Result: default: False [-7.87 / 15.00]; HAS_REPLYTO(0.00)[huanghwh@gmail.com]; FORGED_RECIPIENTS_FORWARDING(0.00)[]; FORWARDED(0.00)[java@mailman.ysv.freebsd.org]; FREEMAIL_FROM(0.00)[gmail.com]; SPF_FAIL_FORWARDING(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; R_SPF_SOFTFAIL(0.00)[~all]; REPLYTO_ADDR_EQ_FROM(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(0.00)[gmail.com,none]; RCVD_IN_DNSWL_MED(-0.20)[5.0.0.0.0.5.0.0.0.0.0.0.0.0.0.0.a.6.0.2.4.5.2.2.0.0.9.1.1.0.0.2.list.dnswl.org : 127.0.9.2]; DMARC_POLICY_ALLOW_WITH_FAILURES(-0.50)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(-3.52)[ip: (-9.87), ipnet: 2001:1900:2254::/48(-4.47), asn: 10310(-3.16), country: US(-0.09)]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:10310, ipnet:2001:1900:2254::/48, country:US]; FORGED_RECIPIENTS(0.00)[java@freebsd.org,freebsd-java@freebsd.org]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_SHORT(-0.94)[-0.939,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; FREEMAIL_REPLYTO(0.00)[gmail.com]; RCPT_COUNT_ONE(0.00)[1] X-Rspamd-Server: mx1.freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Tue, 11 Dec 2018 01:24:34 -0000 Hi, I try to debug program in eclipse neon with openjdk8-8.192.26: An internal error occurred during: "Launching TestClass". java.lang.NegativeArraySizeException but no problem with openjdk8-8.181.13, any ideas? Huang Wen Hui From owner-freebsd-java@freebsd.org Tue Dec 11 03:24:37 2018 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 E485C1316228 for ; Tue, 11 Dec 2018 03:24:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7C7A68004B for ; Tue, 11 Dec 2018 03:24:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 404841316225; Tue, 11 Dec 2018 03:24:36 +0000 (UTC) Delivered-To: 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 2EA2D1316224 for ; Tue, 11 Dec 2018 03:24:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C107B80042 for ; Tue, 11 Dec 2018 03:24:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 11EDA13615 for ; Tue, 11 Dec 2018 03:24:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id wBB3OYtO006691 for ; Tue, 11 Dec 2018 03:24:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id wBB3OY4U006688 for java@FreeBSD.org; Tue, 11 Dec 2018 03:24:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 233883] java/openjdk8: fix build with GCC-based architectures Date: Tue, 11 Dec 2018 03:24:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Rspamd-Queue-Id: 7C7A68004B X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.99)[-0.987,0]; ASN(0.00)[asn:10310, ipnet:2001:1900:2254::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-Rspamd-Server: mx1.freebsd.org 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: Tue, 11 Dec 2018 03:24:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233883 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: glewis Date: Tue Dec 11 03:23:58 UTC 2018 New revision: 487219 URL: https://svnweb.freebsd.org/changeset/ports/487219 Log: . Fix build on gcc based architectures (e.g. powerpc64) PR: 233883 Submitted by: Piotr Kubaj Changes: head/java/openjdk8/Makefile --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Tue Dec 11 03:26:04 2018 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 1242413162F8 for ; Tue, 11 Dec 2018 03:26:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 99B3E80104 for ; Tue, 11 Dec 2018 03:26:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5D9ED13162F6; Tue, 11 Dec 2018 03:26:03 +0000 (UTC) Delivered-To: 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 4C1C913162F4 for ; Tue, 11 Dec 2018 03:26:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DEF3C80101 for ; Tue, 11 Dec 2018 03:26:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 05F381361D for ; Tue, 11 Dec 2018 03:26:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id wBB3Q1en042417 for ; Tue, 11 Dec 2018 03:26:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id wBB3Q1dX042414 for java@FreeBSD.org; Tue, 11 Dec 2018 03:26:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 233883] java/openjdk8: fix build with GCC-based architectures Date: Tue, 11 Dec 2018 03:26:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: glewis@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Rspamd-Queue-Id: 99B3E80104 X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.99)[-0.987,0]; ASN(0.00)[asn:10310, ipnet:2001:1900:2254::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-Rspamd-Server: mx1.freebsd.org 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: Tue, 11 Dec 2018 03:26:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233883 Greg Lewis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |glewis@FreeBSD.org Resolution|--- |FIXED Status|New |Closed --- Comment #2 from Greg Lewis --- Committed. Thanks! --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Tue Dec 11 05:26:12 2018 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 C6BE81321209 for ; Tue, 11 Dec 2018 05:26:12 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 43991848CA for ; Tue, 11 Dec 2018 05:26:12 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: by mailman.ysv.freebsd.org (Postfix) id 06F311321207; Tue, 11 Dec 2018 05:26:12 +0000 (UTC) Delivered-To: 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 E90481321205 for ; Tue, 11 Dec 2018 05:26:11 +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 B5EA2848C9 for ; Tue, 11 Dec 2018 05:26:07 +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 wBB4xppW068949; Mon, 10 Dec 2018 20:59:52 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.15.2/8.15.2/Submit) id wBB4xojg068948; Mon, 10 Dec 2018 20:59:50 -0800 (PST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 10 Dec 2018 20:59:50 -0800 From: Greg Lewis To: Huang Wen Hui Cc: java@freebsd.org Subject: Re: The problem of eclipse with openjdk8-8.192.26 Message-ID: <20181211045950.GA68939@misty.eyesbeyond.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 43991848CA X-Spamd-Result: default: False [-5.22 / 15.00]; ARC_NA(0.00)[]; FORGED_RECIPIENTS_FORWARDING(0.00)[]; RCVD_COUNT_FIVE(0.00)[6]; NEURAL_HAM_MEDIUM(-0.99)[-0.990,0]; FROM_HAS_DN(0.00)[]; FORWARDED(0.00)[java@mailman.ysv.freebsd.org]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[eyesbeyond.com]; AUTH_NA(1.00)[]; NEURAL_HAM_SHORT(-0.50)[-0.501,0]; RCVD_IN_DNSWL_MED(-0.20)[5.0.0.0.0.5.0.0.0.0.0.0.0.0.0.0.a.6.0.2.4.5.2.2.0.0.9.1.1.0.0.2.list.dnswl.org : 127.0.9.2]; RCPT_COUNT_TWO(0.00)[2]; MX_GOOD(-0.01)[cached: mail.iagu.net]; R_SPF_NA(0.00)[]; FREEMAIL_TO(0.00)[gmail.com]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; IP_SCORE(-3.52)[ip: (-9.87), ipnet: 2001:1900:2254::/48(-4.47), asn: 10310(-3.16), country: US(-0.09)]; ASN(0.00)[asn:10310, ipnet:2001:1900:2254::/48, country:US]; FORGED_RECIPIENTS(0.00)[huanghwh@gmail.com ..,freebsd-java@freebsd.org] X-Rspamd-Server: mx1.freebsd.org 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: Tue, 11 Dec 2018 05:26:12 -0000 On Tue, Dec 11, 2018 at 09:24:20AM +0800, Huang Wen Hui wrote: > Hi, > I try to debug program in eclipse neon with openjdk8-8.192.26: > > An internal error occurred during: "Launching TestClass". > java.lang.NegativeArraySizeException > > but no problem with openjdk8-8.181.13, any ideas? > > Huang Wen Hui More details from the stack trace would be helpful. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org