-
Enhancement
-
Resolution: Fixed
-
P4
-
21, 23, 24
-
b16
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8341720 | 23.0.2 | Matthias Baesken | P4 | Resolved | Fixed | b03 |
JDK-8342503 | 21.0.6-oracle | Thomas Schatzl | P4 | Resolved | Fixed | b03 |
JDK-8341823 | 21.0.6 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
shows this error when running with ubsan enabled :
const double current_old_gc_time_per_bytes_freed = double(old_gc_time) / double(reclaimed_per_old_gc);
gc/stringdedup/TestStringDeduplicationAgeThreshold_ZGenerational.jtr
src/hotspot/share/gc/z/zDirector.cpp:491:74: runtime error: division by zero
#0 0x7f09886401d4 in rule_major_allocation_rate src/hotspot/share/gc/z/zDirector.cpp:491
#1 0x7f09886401d4 in start_gc src/hotspot/share/gc/z/zDirector.cpp:822
#2 0x7f09886401d4 in ZDirector::run_thread() src/hotspot/share/gc/z/zDirector.cpp:912
#3 0x7f098c1404e8 in ZThread::run_service() src/hotspot/share/gc/z/zThread.cpp:29
#4 0x7f09897cac19 in ConcurrentGCThread::run() src/hotspot/share/gc/shared/concurrentGCThread.cpp:48
#5 0x7f098bb46b0a in Thread::call_run() src/hotspot/share/runtime/thread.cpp:225
#6 0x7f098b1a9881 in thread_native_entry src/hotspot/os/linux/os_linux.cpp:858
- backported by
-
JDK-8341720 ZGC: Division by zero in rule_major_allocation_rate
- Resolved
-
JDK-8341823 ZGC: Division by zero in rule_major_allocation_rate
- Resolved
-
JDK-8342503 ZGC: Division by zero in rule_major_allocation_rate
- Resolved
- relates to
-
JDK-8344414 ZGC: Another division by zero in rule_major_allocation_rate
- Resolved
-
JDK-8336911 ZGC: Division by zero in heuristics after JDK-8332717
- Resolved
- links to
-
Commit(master) openjdk/jdk21u-dev/7fd462f5
-
Commit(master) openjdk/jdk23u/8f507a34
-
Commit(master) openjdk/jdk/80db6e71
-
Review(master) openjdk/jdk21u-dev/1022
-
Review(master) openjdk/jdk23u/132
-
Review(master) openjdk/jdk/20888