RFR: 8306428: RunThese30M.java crashed with assert(early->flag() == current->flag() || early->flag() == mtNone)

Thomas Stuefe stuefe 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`.

Good.

-------------

Marked as reviewed by stuefe (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/14052#pullrequestreview-1446626051


More information about the hotspot-runtime-dev mailing list