On Wed, 29 Jun 2022 08:30:12 GMT, Tongbao Zhang <d...@openjdk.org> wrote:
> Make the redefine timer statistics more accurate > > After some significant performance improvements of the class redefinition, > like: > https://bugs.openjdk.org/browse/JDK-8139551 > https://bugs.openjdk.org/browse/JDK-8078725 > > Some time-consumption operation were moved out the "redefine_single_class" > So the time added by phase 1 and phase 2 cannot be accurately represented to > the time of "vmop_doit" Marked as reviewed by lmesnik (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/9322