RFR: 8306428: RunThese30M.java crashed with assert(early->flag() == current->flag() || early->flag() == mtNone)
Johan Sjölen
jsjolen at openjdk.org
Fri May 26 17:38:08 UTC 2023
On Thu, 18 May 2023 22:25:13 GMT, Gerard Ziemski <gziemski at openjdk.org> wrote:
> Based on Thomas' comments from the bug, we fix it by removing the faulty assert, and instead we handle the case of "**same site, different flags**", as `old site` and `new site`.
Hi Gerard,
Following the discussions in the JBS ticket and previous PRs I think that this solution makes sense. Thank you.
-------------
Marked as reviewed by jsjolen (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14052#pullrequestreview-1446235119
More information about the hotspot-runtime-dev
mailing list