commit | a494a819eb6b01d0114b0fd01951d65290597b81 | [log] [tgz] |
---|---|---|
author | Tobias Hartmann <thartmann@openjdk.org> | Fri Aug 24 08:17:23 2018 +0200 |
committer | Tobias Hartmann <thartmann@openjdk.org> | Fri Aug 24 08:17:23 2018 +0200 |
tree | e8588007a3440412374465a9127c5bffcd209e96 | |
parent | aad3230b1d7a52a74708a68aa776467c0bbb87b2 [diff] |
8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place" Deoptimize if exception is thrown in _clone intrinsic. Reviewed-by: kvn