RFR: 8267213: assert(left >= right) failed: avoid underflow [v3]

Jie Fu jiefu at openjdk.java.net
Mon May 17 09:39:18 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:

  Remove if

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/4044/files
  - new: https://git.openjdk.java.net/jdk/pull/4044/files/426480c9..812f3c5a

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4044&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4044&range=01-02

  Stats: 15 lines in 3 files changed: 0 ins; 9 del; 6 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