Integrated: 8290495: Micro-optimize Method::can_be_statically_bound assertions
Aleksey Shipilev
shade at openjdk.org
Wed Jul 20 06:05:06 UTC 2022
On Tue, 19 Jul 2022 05:47:59 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> See the rationale in the bug.
>
> The test time improves:
>
>
> # Before
> real 1m27.397s
> user 2m39.937s
> sys 0m5.966s
>
> # After
> real 1m13.443s ; -16%
> user 2m24.238s ; -10%
> sys 0m5.885s
This pull request has now been integrated.
Changeset: 2ea3f546
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/2ea3f546c249cf32df460238da72c9744b3c1eb2
Stats: 2 lines in 1 file changed: 1 ins; 1 del; 0 mod
8290495: Micro-optimize Method::can_be_statically_bound assertions
Reviewed-by: dholmes, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/9548
More information about the hotspot-dev
mailing list