RFR(T): 8251846: Replace __linux which is no longer defined
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Sun Aug 16 06:25:00 UTC 2020
Hi Martin,
Looks good to me!
Best regards,
Goetz
-----Original Message-----
From: hotspot-runtime-dev <hotspot-runtime-dev-retn at openjdk.java.net> On Behalf Of Doerr, Martin
Sent: Freitag, 14. August 2020 18:57
To: hotspot-runtime-dev at openjdk.java.net
Cc: Stuefe, Thomas <thomas.stuefe at sap.com>
Subject: [CAUTION] RFR(T): 8251846: Replace __linux which is no longer defined
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