RFR: 8282477: [x86, aarch64] vmassert(_last_Java_pc == NULL, "already walkable"); fails with async profiler
Johannes Bechberger
duke at openjdk.java.net
Wed Apr 13 06:42:57 UTC 2022
On Tue, 12 Apr 2022 16:38:11 GMT, Johannes Bechberger <duke at openjdk.java.net> wrote:
> Fix the assertion by replacing it by assertion that does not fail.
You're right. But I would choose a different approach: `sender_for_entry` should not modify the anchor. I modified my PR accordingly.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8209
More information about the hotspot-dev
mailing list