-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b19
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205791 | 11.0.1 | Thomas Stuefe | P4 | Resolved | Fixed | team |
JDK-8335346 | openjdk8u432 | Francisco Ferrari Bihurriet | P4 | Resolved | Fixed | b01 |
JDK-8336574 | openjdk8u422 | Francisco Ferrari Bihurriet | P4 | Resolved | Fixed | b05 |
e:\priv\openjdk\repos\jdk\src\hotspot\share\opto/loopnode.hpp(91) : warning C4800: 'const uint' : forcing value to bool 'true' or 'false' (performance warning)
....
This seems to have been triggered by making _loopflags uint (was short).
However, this warning does not make much sense nowadays, Visual Studio 2017 already got rid of it, and we already disable it in the JDK build, so the simplest solution would be to disable it for the hotspot build too.
- backported by
-
JDK-8205791 [windows, vs<2017] C4800 after 8203197
- Resolved
-
JDK-8335346 [windows, vs<2017] C4800 after 8203197
- Resolved
-
JDK-8336574 [windows, vs<2017] C4800 after 8203197
- Resolved
- relates to
-
JDK-8203197 C2: consider all paths in loop body for loop predication
- Resolved
(1 links to)