RFR: 8304448: Kitchensink failed: assert(!thread->is_in_any_VTMS_transition()) failed: class prepare events are not allowed in any VTMS transition

Serguei Spitsyn sspitsyn at openjdk.org
Mon Mar 27 21:47:52 UTC 2023


On Thu, 23 Mar 2023 09:10:26 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

> The fix was suggested/provided by @AlanBateman.
> Continuation should use Unsafe.compareAndSetReference rather than a VH here.
> We had to change CHM and VT back to Unsafe for similar reasons.
> 
> Testing: Mach5 runs of tiers 1-6 are in progress

Thank you for review, Alan. :)

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

PR Comment: https://git.openjdk.org/jdk/pull/13154#issuecomment-1485898849


More information about the core-libs-dev mailing list