mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8229496: SIGFPE (division by zero) in C2 OSR compiled method
Adding a CastNode to keep the dependency between the div/mod operation and the zero check. Reviewed-by: roland, mdoerr
This commit is contained in:
parent
2fa3eddd3c
commit
a4b46ccc23
15 changed files with 264 additions and 23 deletions
|
@ -61,6 +61,7 @@ macro(CallLeafNoFP)
|
|||
macro(CallRuntime)
|
||||
macro(CallStaticJava)
|
||||
macro(CastII)
|
||||
macro(CastLL)
|
||||
macro(CastX2P)
|
||||
macro(CastP2X)
|
||||
macro(CastPP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue