RFR: 8290495: Micro-optimize Method::can_be_statically_bound assertions

Aleksey Shipilev shade at openjdk.org
Tue Jul 19 06:32:05 UTC 2022


On Tue, 19 Jul 2022 06:26:34 GMT, David Holmes <dholmes at openjdk.org> wrote:

> As a general rule we don't care about the performance of non-product code. If you start down this path there is a huge amount of potential optimisation that might be done. Why is this one worthwhile?

I run lots of testing, so I am interested in simple stuff that optimizes test times. The more generic solution, #9543, yields substantial reducing in test times, but Ioi wanted this one too.

-------------

PR: https://git.openjdk.org/jdk/pull/9548


More information about the hotspot-dev mailing list