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.
- clones
-
JDK-8284742 x86: Handle integral division overflow during parsing
- Closed
- is cloned by
-
JDK-8287033 [REDO] PPC64: Handle integral division overflow during parsing
- Open