-
Bug
-
Resolution: Fixed
-
P4
-
20
-
b27
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8351271 | 17.0.16-oracle | Ivan Bereziuk | P4 | Resolved | Fixed | b01 |
JDK-8351519 | 17.0.16 | Goetz Lindenmaier | P4 | Resolved | Fixed | master |
JDK-8351272 | 11.0.28-oracle | Ivan Bereziuk | P4 | Resolved | Fixed | b01 |
JDK-8351335 | 8u461 | Ivan Bereziuk | P4 | Resolved | Fixed | b01 |
```
/cgroupV1Subsystem_linux.cpp:290:7: warning: comparison of array 'pidsmax' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (pidsmax == NULL) {
^~~~~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:95:7: warning: comparison of array 'cpus' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (cpus == NULL) {
^~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:104:7: warning: comparison of array 'quota' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (quota == NULL) {
^~~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:113:7: warning: comparison of array 'mems' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (mems == NULL) {
^~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:154:7: warning: comparison of array 'mem_soft_limit_str' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (mem_soft_limit_str == NULL) {
^~~~~~~~~~~~~~~~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:179:7: warning: comparison of array 'mem_swp_limit_str' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (mem_swp_limit_str == NULL) {
^~~~~~~~~~~~~~~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:189:7: warning: comparison of array 'mem_swp_current_str' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (mem_swp_current_str == NULL) {
^~~~~~~~~~~~~~~~~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:219:7: warning: comparison of array 'mem_limit_str' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (mem_limit_str == NULL) {
^~~~~~~~~~~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:248:7: warning: comparison of array 'pidsmax' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (pidsmax == NULL) {
^~~~~~~ ~~~~
```
/cgroupV1Subsystem_linux.cpp:290:7: warning: comparison of array 'pidsmax' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (pidsmax == NULL) {
^~~~~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:95:7: warning: comparison of array 'cpus' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (cpus == NULL) {
^~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:104:7: warning: comparison of array 'quota' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (quota == NULL) {
^~~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:113:7: warning: comparison of array 'mems' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (mems == NULL) {
^~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:154:7: warning: comparison of array 'mem_soft_limit_str' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (mem_soft_limit_str == NULL) {
^~~~~~~~~~~~~~~~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:179:7: warning: comparison of array 'mem_swp_limit_str' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (mem_swp_limit_str == NULL) {
^~~~~~~~~~~~~~~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:189:7: warning: comparison of array 'mem_swp_current_str' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (mem_swp_current_str == NULL) {
^~~~~~~~~~~~~~~~~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:219:7: warning: comparison of array 'mem_limit_str' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (mem_limit_str == NULL) {
^~~~~~~~~~~~~ ~~~~
/shared/projects/openjdk/jdk-jdk/source/src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp:248:7: warning: comparison of array 'pidsmax' equal to a null pointer is always false [-Wtautological-pointer-compare]
if (pidsmax == NULL) {
^~~~~~~ ~~~~
```
- backported by
-
JDK-8351271 Clang warns about pointless comparisons
-
- Resolved
-
-
JDK-8351272 Clang warns about pointless comparisons
-
- Resolved
-
-
JDK-8351335 Clang warns about pointless comparisons
-
- Resolved
-
-
JDK-8351519 Clang warns about pointless comparisons
-
- Resolved
-
- links to
-
Commit openjdk/jdk/1c2a0939
-
Commit(master) openjdk/jdk17u-dev/4c124374
-
Review openjdk/jdk/11544
-
Review(master) openjdk/jdk17u-dev/3331
(3 links to)