RFR: 8267213: assert(left >= right) failed: avoid underflow [v2]
Jie Fu
jiefu at openjdk.java.net
Mon May 17 07:52:14 UTC 2021
> Hi all,
>
> This is a follow-up of JDK-8260046.
> And it can be reproduced by `java -XX:UnguardOnExecutionViolation=1` on x86_32.
> Let's fix it
>
> Thanks.
> Best regards,
> Jie
Jie Fu has updated the pull request incrementally with one additional commit since the last revision:
Set false if addr < pc
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/4044/files
- new: https://git.openjdk.java.net/jdk/pull/4044/files/9654893d..426480c9
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4044&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4044&range=00-01
Stats: 9 lines in 3 files changed: 0 ins; 6 del; 3 mod
Patch: https://git.openjdk.java.net/jdk/pull/4044.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4044/head:pull/4044
PR: https://git.openjdk.java.net/jdk/pull/4044
More information about the hotspot-dev
mailing list