RFR(T): 8251846: Replace __linux which is no longer defined

Doerr, Martin martin.doerr at sap.com
Mon Aug 17 08:58:14 UTC 2020


Hi David and Götz,

thanks for the reviews. Pushed.

Best regards,
Martin


> -----Original Message-----
> From: David Holmes <david.holmes at oracle.com>
> Sent: Samstag, 15. August 2020 06:56
> To: Doerr, Martin <martin.doerr at sap.com>; hotspot-runtime-
> dev at openjdk.java.net
> Cc: Stuefe, Thomas <thomas.stuefe at sap.com>
> Subject: Re: RFR(T): 8251846: Replace __linux which is no longer defined
> 
> Looks fine and trivial.
> 
> Thanks,
> David
> 
> On 15/08/2020 1:56 am, Doerr, Martin wrote:
> > Hi,
> >
> > we are observing lots of "error occurred during error reporting" problems
> on linux on PPC64 in JDK16.
> >
> > Reason:
> > debug.cpp uses "#if defined(__linux)". It is no longer defined in our latest
> build environment.
> > Hence, fixup code for copy of uncontext is missing.
> >
> > Bug:
> > https://bugs.openjdk.java.net/browse/JDK-8251846
> >
> > Please review this trivial fix:
> >
> http://cr.openjdk.java.net/~mdoerr/8251846_linux_ppc_context_copy_fix/
> webrev.00/
> >
> > Best regards,
> > Martin
> >


More information about the hotspot-runtime-dev mailing list