RFR: 8261837: SIGSEGV in ciVirtualCallTypeData::translate_from [v4]
Dean Long
dlong at openjdk.org
Wed Nov 22 03:02:29 UTC 2023
> Type profiling code based on the x86 implementation uses XOR to check if the MDO value matches the klass, then later stores that XORed value into the MDO if the MDO value was 0. However, there is a race here if we reload the MDO value to check for 0, resulting in storing OBJ_KLASS XOR MDO_KLASS back to the MDO.
>
> I took a stab at riscv, but I don't have a way to test it.
Dean Long has updated the pull request incrementally with one additional commit since the last revision:
use #ifdef _LP64 instead of LP64_ONLY
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16750/files
- new: https://git.openjdk.org/jdk/pull/16750/files/44c3422e..4602f30e
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16750&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16750&range=02-03
Stats: 10 lines in 1 file changed: 6 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/16750.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16750/head:pull/16750
PR: https://git.openjdk.org/jdk/pull/16750
More information about the hotspot-runtime-dev
mailing list