RFR: 8340923: The class LogSelection copies uninitialized memory

Johan Sjölen jsjolen at openjdk.org
Wed Sep 25 14:53:51 UTC 2024


On Wed, 25 Sep 2024 14:08:19 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Should be `LogTag::MaxTags` I guess, not `_LogTag::MaxTags ` ? And in the for loop we need `size_t i` , otherwise gcc complains with a warning as error.

Jeeze, I didn't see the underscore because of the red squigglies in my IDE and I assumed it was the IDE that was buggy 😅. Thank you for taking the time to run the tests.

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

PR Comment: https://git.openjdk.org/jdk/pull/21185#issuecomment-2374323732


More information about the hotspot-runtime-dev mailing list