RFR: 8297285: Shenandoah pacing causes assertion failure during VM initialization [v2]
Roman Kennke
rkennke at openjdk.org
Thu Dec 1 09:46:14 UTC 2022
On Thu, 24 Nov 2022 23:53:44 GMT, Ashutosh Mehra <duke at openjdk.org> wrote:
>> Please review the fix for the assertion failure seen during VM init due to pacing in shenandoah gc.
>> The fix is to avoid pacing during VM initialization as the main thread is not yet an active java thread.
>>
>> Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
>
> Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision:
>
> Include runtime/javaThread.inline.hpp for JavaThread::is_terminated() to
> fix compile failure
>
> Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
Looks good to me! Thank you, Ashu!
-------------
Marked as reviewed by rkennke (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11360
More information about the shenandoah-dev
mailing list