On Thu, 13 May 2021 05:46:59 GMT, David Holmes <[email protected]> wrote:
>> Robbin Ehn has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Fixes for Dan
>
> src/hotspot/share/runtime/interfaceSupport.inline.hpp line 277:
>
>> 275: class ThreadBlockInVM {
>> 276: InFlightMutexRelease _ifmr;
>> 277: ThreadBlockInVMPreprocess<InFlightMutexRelease> _tbivmpp;
>
> Why delegate to the TBIVMPP instead of extending it?
I need to run the InFlightMutexRelease constructor before I can run the
ThreadBlockInVMPreprocess constructor.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3875