On Thu, 5 Sep 2024 05:07:12 GMT, Shaojin Wen <s...@openjdk.org> wrote:
>> A small optimization to improve the performance of >> jdk.internal.classfile.impl.Util#slotSize/isDoubleSlot > > Shaojin Wen has updated the pull request incrementally with one additional > commit since the last revision: > > remove benchmark  When I was doing performance analysis, I found that slotSize appeared in the flame graph. The above picture is based on the performance data of PR #20863. You can see the slotSize in the red box. The current optimization is to eliminate this part. The overall test cannot reflect this optimization, which is why I created UtilBench. I have removed it. ------------- PR Comment: https://git.openjdk.org/jdk/pull/20747#issuecomment-2330657780