-
Bug
-
Resolution: Fixed
-
P4
-
21, 24, 25
-
b17
-
aarch64
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8353705 | 24.0.2 | Matthias Baesken | P4 | Resolved | Fixed | b03 |
JDK-8353853 | 21.0.8 | Matthias Baesken | P4 | Resolved | Fixed | master |
java/foreign/TestHandshake
this error/warning is reported :
jdk/src/hotspot/share/opto/block.cpp:1617:30: runtime error: 9.97582e+36 is outside the range of representable values of type 'int'
UndefinedBehaviorSanitizer:DEADLYSIGNAL
UndefinedBehaviorSanitizer: nested bug in the same thread, aborting.
seems it happens in this calculation (float value does not fit into an int) : int to_pct = (int) ((100 * freq) / target->_freq);
- backported by
-
JDK-8353705 [ubsan] block.cpp:1617:30: runtime error: 9.97582e+36 is outside the range of representable values of type 'int'
-
- Resolved
-
-
JDK-8353853 [ubsan] block.cpp:1617:30: runtime error: 9.97582e+36 is outside the range of representable values of type 'int'
-
- Resolved
-
- relates to
-
JDK-8296389 C2: PhaseCFG::convert_NeverBranch_to_Goto must handle both orders of successors
-
- Resolved
-
-
JDK-8353041 NeverBranchNode causes incorrect block frequency calculation
-
- Resolved
-
-
JDK-6510732 Compute consistent block frequencies
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk21u-dev/4221c664
-
Commit(master) openjdk/jdk24u/2db31000
-
Commit(master) openjdk/jdk/ddf326b8
-
Review(master) openjdk/jdk21u-dev/1583
-
Review(master) openjdk/jdk24u/177
-
Review(master) openjdk/jdk/23962