On Wed, 20 Jul 2022 07:41:42 GMT, Serguei Spitsyn wrote:
>> @sspitsyn
>> Thank you for your review. Coud you integrate this fix, please?
>
> @tkiriyama Normally, two reviews are required in Serviceability area.
@sspitsyn
Can I ask you again to integrate this fix?
-
PR: https://git
> The proposal is to encapsulate the nmethod mark for deoptimization logic in
> one place and only allow access to the `mark_for_deoptimization` from a
> closure object:
> ```C++
> class DeoptimizationMarkerClosure : StackObj {
> public:
> virtual void marker_do(Deoptimization::MarkFn mark_fn)