Re: RFR: 8290497: some tests in com/sun/jdi fail on localized Windows platform [v2]

2022-07-31 Thread KIRIYAMA Takuya
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

Re: RFR: 8291237: Encapsulate nmethod Deoptimization logic [v2]

2022-07-31 Thread Axel Boldt-Christmas
> 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)