Relates :
|
src/hotspot/os_cpu/linux_zero/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): src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp:499:3: warning: no return statement in function returning non-void [-Wreturn-type] } There is ShouldNotCallThis(), but no return. This readily reproduces in 11u. It does not seem to reproduce in HEAD, but it is a bug nevertheless.
|