Currently, integral division overflow is handled during code emission, move this handling to parsing helps eliminate or hoist out the check and achieve better code layout.
Note:JDK-8285390 works, but requires the shared code part which is included in the x86 change.
Note:
- clones
-
JDK-8285390 PPC64: Handle integral division overflow during parsing
- Closed
- is blocked by
-
JDK-8287034 [REDO] x86: Handle integral division overflow during parsing
- Open