RFR: JDK-8308288: Fix xlc17 clang warnings in shared code [v2]

Thomas Stuefe stuefe at openjdk.org
Sat May 27 11:28:54 UTC 2023


On Fri, 26 May 2023 20:27:12 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> This one is not just to get rid of a warning. We get real test errors because malloc gets replaced by vec_malloc in log tags.

That does not invalidate my argument, nor does it answer my question. Those test errors could be also fixed by renaming the log tag. Maybe that would be the better way. 

Also, I'm curious, why does it not complain about "free", which is a logtag as well?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14146#discussion_r1207892378


More information about the hotspot-dev mailing list