-
Bug
-
Resolution: Fixed
-
P4
-
openjdk7u, 8u161, 9.0.4, 10, 11, 12, 15, 16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8256232 | 15u-cpu | Aleksey Shipilev | P4 | Resolved | Fixed | master |
JDK-8255538 | 15.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b05 |
JDK-8256034 | 11.0.10 | Aleksey Shipilev | P4 | Resolved | Fixed | b02 |
JDK-8255385 | openjdk8u282 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
JDK-8199973 | openjdk7u | Andrew Hughes | P4 | Resolved | Fixed | master |
/builddir/build/BUILD/java-1.7.0-openjdk-1.7.0.171-2.6.13.1.el7.s390/openjdk/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp: In function 'long long unsigned int __sync_val_compare_and_swap_8(volatile void*, long long unsigned int, long long unsigned int)':
/builddir/build/BUILD/java-1.7.0-openjdk-1.7.0.171-2.6.13.1.el7.s390/openjdk/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp:547:3: error: no return statement in function returning non-void [-Werror=return-type]
}
^
cc1plus: all warnings being treated as errors
/builddir/build/BUILD/java-1.7.0-openjdk-1.7.0.171-2.6.13.1.el7.s390/openjdk/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp:547:3: error: no return statement in function returning non-void [-Werror=return-type]
}
^
cc1plus: all warnings being treated as errors
- backported by
-
JDK-8199973 Missing return statement in __sync_val_compare_and_swap_8
-
- Resolved
-
-
JDK-8255385 Missing return statement in __sync_val_compare_and_swap_8
-
- Resolved
-
-
JDK-8255538 Missing return statement in __sync_val_compare_and_swap_8
-
- Resolved
-
-
JDK-8256034 Missing return statement in __sync_val_compare_and_swap_8
-
- Resolved
-
-
JDK-8256232 Missing return statement in __sync_val_compare_and_swap_8
-
- Resolved
-
- relates to
-
JDK-8254144 Non-x86 Zero builds fail with return-type warning in os_linux_zero.cpp
-
- Resolved
-
(1 relates to, 2 links to)