-
Bug
-
Resolution: Duplicate
-
P4
-
21
I ran into an overflow with multiply (running with -ftrapv) but it looks like the add can also overflow. We could fix this with java_multiply() and java_add(), but it might make the code more readable if we use operator overloading.
- duplicates
-
JDK-8307139 Fix signed integer overflow in compiler code, part 1
- Resolved
- relates to
-
JDK-8299546 C2: MulLNode::mul_ring() wrongly returns bottom type due to casting errors with large numbers
- Resolved
-
JDK-8307230 Fix signed overflow issues found with -ftrapv
- Closed