RFR: 8367051: Build failure with clang on linux and AIX after switch to C++17

Matthias Baesken mbaesken at openjdk.org
Wed Sep 10 07:14:21 UTC 2025


On Tue, 9 Sep 2025 16:44:45 GMT, Julian Waters <jwaters at openjdk.org> wrote:

> Seems like a good reminder for me to resume working on that static analyzer as soon as possible.

What static analyzer you are referring to ?
We support now the gcc static analyzer in OpenJDK ( https://bugs.openjdk.org/browse/JDK-8362516 ) but probably you mean something different.
(there is also a static code analyzer in clang named scan-build  https://clang.llvm.org/docs/analyzer/user-docs/CommandLineUsage.html#scan-build   which has some pros compared to the gcc static analyzer like C++ support and 'nice' html code result generation; but on the other hand it seemed to me that it generates even more false positive findings compared to the GCC static analyzer) .

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

PR Comment: https://git.openjdk.org/jdk/pull/27154#issuecomment-3273622697


More information about the hotspot-dev mailing list