RFR: JDK-8238388: libj2gss/NativeFunc.o "multiple definition" link errors with GCC10

2020-02-05 Thread Patrick Zhang OS
Hi, Please help review this quick patch in order to resolve the libj2gss link errors caused by GCC10 default option -fno-common. More details, please see JDK-8238388 and its related JDK-8235903 [1]. Weijun, I saw your comments in the ticket, thanks. It is exactly the same way I am updating the

RE: RFR: JDK-8235903: GCC default -fno-common exposes "multiple definition" link errors

2019-12-19 Thread Patrick Zhang OS
Ping… Could anyone please help review this, thanks. Regards Patrick From: Patrick Zhang OS Sent: Tuesday, December 17, 2019 11:01 AM To: net-dev ; OpenJDK Cc: core-libs-dev ; Martin Buchholz Subject: RE: RFR: JDK-8235903: GCC default -fno-common exposes "multiple definition" l

RE: RFR: JDK-8235903: GCC default -fno-common exposes "multiple definition" link errors

2019-12-16 Thread Patrick Zhang OS
://bugs.openjdk.java.net/browse/JDK-8235903 Webrev: http://cr.openjdk.java.net/~qpzhang/8235903/webrev.01/ Regards Patrick From: Martin Buchholz Sent: Monday, December 16, 2019 10:44 AM To: Patrick Zhang OS ; net-dev ; OpenJDK Cc: core-libs-dev Subject: Re: RFR: JDK-8235903: GCC default -fno-common exposes