RelocIterator currently uses a pointer to the current element. If we change it to use a base pointer plus an index, then we can undo the workarounds which were introduced in JDK-8352112
- relates to
-
JDK-8352112 [ubsan] hotspot/share/code/relocInfo.cpp:130:37: runtime error: applying non-zero offset 18446744073709551614 to null pointer
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/26569