-
Bug
-
Resolution: Fixed
-
P4
-
24
-
b19
-
generic
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8344676 | 21.0.6 | Matthias Baesken | P4 | Resolved | Fixed | b05 |
JDK-8346930 | 17.0.15 | Matthias Baesken | P4 | Resolved | Fixed | master |
Examples :
src/jdk.hotspot.agent/linux/native/libsaproc/LinuxDebuggerLocal.cpp:423:7: error: unused variable 'i' [-Werror,-Wunused-variable]
int i;
jdk/src/jdk.hotspot.agent/linux/native/libsaproc/symtab.c:359:11: error: variable 'rslt' set but not used [-Werror,-Wunused-but-set-variable]
int rslt;
jdk/src/jdk.jpackage/share/native/common/Log.cpp:46:28: error: unused variable 'defaultLogLevel' [-Werror,-Wunused-const-variable]
const Logger::LogLevel defaultLogLevel = Logger::LOG_TRACE;
- backported by
-
JDK-8344676 Fix some warnings as errors when building on Linux with toolchain clang
- Resolved
-
JDK-8346930 Fix some warnings as errors when building on Linux with toolchain clang
- Resolved
- relates to
-
JDK-8341931 os_linux gtest uses lambdas with explicit capture lists
- Resolved
-
JDK-8339156 Use more fine-granular clang unused warnings
- Resolved
-
JDK-8341820 Check return value of hcreate_r
- Resolved
- links to
-
Commit(master) openjdk/jdk17u-dev/d929b803
-
Commit(master) openjdk/jdk21u-dev/3aa59b31
-
Commit(master) openjdk/jdk/e7c5bf45
-
Review(master) openjdk/jdk17u-dev/3179
-
Review(master) openjdk/jdk21u-dev/1167
-
Review(master) openjdk/jdk23u/213
-
Review(master) openjdk/jdk/21407