-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 15, 16
-
b20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8256226 | 15u-cpu | Aleksey Shipilev | P4 | Resolved | Fixed | master |
JDK-8255228 | 15.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b05 |
JDK-8255229 | 11.0.10 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
JDK-8255329 | openjdk8u282 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
This readily manifests in 11u. It is obscured in HEAD JDK by disabled "return-type" warning (and changed ShouldNotReachHere/BREAKPOINT definition?) for Zero.
src/hotspot/cpu/zero/cppInterpreter_zero.cpp: In function intptr_t narrow(BasicType, intptr_t):
src/hotspot/share/utilities/breakpoint.hpp:43:32: warning: control reaches end of non-void function [-Wreturn-type]
#define BREAKPOINT ::breakpoint()
~~~~~~~~~~~~^~
src/hotspot/share/utilities/debug.hpp:130:3: note: in expansion of macro BREAKPOINT
BREAKPOINT; \
^~~~~~~~~~
src/hotspot/cpu/zero/cppInterpreter_zero.cpp:103:16: note: in expansion of macro ShouldNotReachHere
default : ShouldNotReachHere();
^~~~~~~~~~~~~~~~~~
cppInterpreter_zero.cpp was renamed to zeroInterpreter_zero.cpp byJDK-8239782.
src/hotspot/cpu/zero/cppInterpreter_zero.cpp: In function intptr_t narrow(BasicType, intptr_t):
src/hotspot/share/utilities/breakpoint.hpp:43:32: warning: control reaches end of non-void function [-Wreturn-type]
#define BREAKPOINT ::breakpoint()
~~~~~~~~~~~~^~
src/hotspot/share/utilities/debug.hpp:130:3: note: in expansion of macro BREAKPOINT
BREAKPOINT; \
^~~~~~~~~~
src/hotspot/cpu/zero/cppInterpreter_zero.cpp:103:16: note: in expansion of macro ShouldNotReachHere
default : ShouldNotReachHere();
^~~~~~~~~~~~~~~~~~
cppInterpreter_zero.cpp was renamed to zeroInterpreter_zero.cpp by
- backported by
-
JDK-8255228 Zero: return-type warning in zeroInterpreter_zero.cpp
-
- Resolved
-
-
JDK-8255229 Zero: return-type warning in zeroInterpreter_zero.cpp
-
- Resolved
-
-
JDK-8255329 Zero: return-type warning in zeroInterpreter_zero.cpp
-
- Resolved
-
-
JDK-8256226 Zero: return-type warning in zeroInterpreter_zero.cpp
-
- Resolved
-
(1 links to)