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

Gerard Ziemski gziemski at openjdk.org
Sat May 27 18:32:04 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`.

This pull request has now been integrated.

Changeset: ca54f4e0
Author:    Gerard Ziemski <gziemski at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ca54f4e007ab0f13bec9aaf995d34c0ab3ba6452
Stats:     9 lines in 1 file changed: 7 ins; 2 del; 0 mod

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

Reviewed-by: jsjolen, stuefe

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

PR: https://git.openjdk.org/jdk/pull/14052


More information about the hotspot-runtime-dev mailing list