RFR: 8335120: assert(!target->can_be_statically_bound() || target == cha_monomorphic_target) failed
Dean Long
dlong at openjdk.org
Tue Aug 27 20:22:02 UTC 2024
On Tue, 27 Aug 2024 18:43:53 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Do you have regression test?
No, I ran the closed stress test 100s of times, with and without the fix. With the fix, the assert went away, and without the fix, I got a handful of crashes. A regression test is not realistic because the failure depends on a race condition between the compiler and class redefinition. I just added the "noreg-hard" label to the bug. Thanks for asking.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20730#issuecomment-2313436185
More information about the hotspot-compiler-dev
mailing list