RFR: 8324969: assert(false) failed: Non-balanced monitor enter/exit!

Emanuel Peter epeter at openjdk.org
Wed Feb 7 08:19:55 UTC 2024


On Mon, 5 Feb 2024 21:55:32 GMT, Dean Long <dlong at openjdk.org> wrote:

> Doesn't this problem also go away if lock coarsening turns the two regions into a single region?

If that works that would probably be a more elegant solution. Could there be an invariant that a box always has a lock and an unlock?

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

PR Comment: https://git.openjdk.org/jdk/pull/17697#issuecomment-1931500675


More information about the hotspot-compiler-dev mailing list