| commit | a03e92201d31329d77484cf47d36355f1d3de76b | [log] [tgz] |
|---|---|---|
| author | Tobias Hartmann <thartmann@openjdk.org> | Thu Sep 26 09:16:08 2019 +0200 |
| committer | Tobias Hartmann <thartmann@openjdk.org> | Thu Sep 26 09:16:08 2019 +0200 |
| tree | db87e3783facf6d21860db955aea5fc4f6061a00 | |
| parent | fa2176c3c4a9514d7789ccb2f1a137cfc6435e59 [diff] |
8231223: C2's conditional move optimization fails with assert(bol->Opcode() == Op_Bool) failed Bail out if the range check If has an Opaque4Node input instead of a BoolNode. Reviewed-by: roland, kvn