-
Bug
-
Resolution: Fixed
-
P3
-
22, 23, 24, 25
-
b06
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8347736 | 24 | Kim Barrett | P3 | Closed | Won't Fix |
When running with ubsanized binaries on macOS aarch64, the test
jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithParallelScavenge.java
shows this error :
jdk/src/hotspot/share/gc/parallel/psCardTable.cpp:131:24: runtime error: index 18446744073642557312 out of bounds for type 'PSStripeShadowCardTable::CardValue [128]'
UndefinedBehaviorSanitizer:DEADLYSIGNAL
UndefinedBehaviorSanitizer: nested bug in the same thread, aborting.
jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithParallelScavenge.java
shows this error :
jdk/src/hotspot/share/gc/parallel/psCardTable.cpp:131:24: runtime error: index 18446744073642557312 out of bounds for type 'PSStripeShadowCardTable::CardValue [128]'
UndefinedBehaviorSanitizer:DEADLYSIGNAL
UndefinedBehaviorSanitizer: nested bug in the same thread, aborting.
- backported by
-
JDK-8347736 [ubsan] psCardTable.cpp:131:24: runtime error: large index is out of bounds
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/4c30933b
-
Review(master) openjdk/jdk/23032