commit | 29b1984560d2e177c2228df64312c2b9985fcae9 | [log] [tgz] |
---|---|---|
author | Tobias Hartmann <thartmann@openjdk.org> | Mon May 07 08:56:35 2018 +0200 |
committer | Tobias Hartmann <thartmann@openjdk.org> | Mon May 07 08:56:35 2018 +0200 |
tree | 78a19677516a5bc787a770d4c41fe18bd3690d15 | |
parent | 20324b99d36e21884f20971c017ea00d78f3126d [diff] |
8202565: C1 compilation crashes with "assert(is_double_stack() && !is_virtual()) failed: type check" Only eagerly resolving the address into a register if the store is precise. Reviewed-by: roland, eosterlund