commit | 601e566b265eef942bbf16d950772820ff7b69ca | [log] [tgz] |
---|---|---|
author | Christian Hagedorn <chagedorn@openjdk.org> | Thu Jun 25 11:43:20 2020 +0200 |
committer | Christian Hagedorn <chagedorn@openjdk.org> | Thu Jun 25 11:43:20 2020 +0200 |
tree | e21f515b6c71cb1d14745e1bff18d7ffd0aac146 | |
parent | 31c511e6a568132ce83b4ef37949eaa8a50dab8c [diff] |
8245128: Kitchensink fails with: assert(destination == (address)-1 || destination == entry) failed: b) MT-unsafe modification of inline cache Fix too strong assertion by additionally considering races due to class unloading and redefinition. Reviewed-by: eosterlund, kvn, coleenp, sspitsyn