RFR: 8359366: RunThese30M.java EXCEPTION_ACCESS_VIOLATION in JvmtiBreakpoints::clearall_in_class_at_safepoint

Leonid Mesnik lmesnik at openjdk.org
Mon Jun 30 05:56:41 UTC 2025


On Mon, 30 Jun 2025 04:58:32 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Approach seems reasonable but it is worrisome that we still have these kinds of issues with class redefinition! And why has this suddenly appeared? Did a recent code change introduce this bug?

There are few things to note here:
1) I recently updated RunThese test  to have more testing in this areas.
2) Coleen, who helped me with class redefinition (many thanks to her!!!) pointed to the change back in 2021 related to this problem 
https://github.com/coleenp/jdk/commit/a05e8e24224b047584c3a273fa7b4fef66798dd6
However, it was not introduced the problem and we would have the same issues before the fix.

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

PR Comment: https://git.openjdk.org/jdk/pull/26031#issuecomment-3017892712


More information about the hotspot-dev mailing list