JDK 21 |
---|
21Resolved |
Duplicate :
|
|
Relates :
|
|
Relates :
|
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.
|