RFR: 8290495: Micro-optimize Method::can_be_statically_bound assertions [v2]
Aleksey Shipilev
shade at openjdk.org
Tue Jul 19 07:53:57 UTC 2022
> 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
Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
Just move the ResourceMark
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9548/files
- new: https://git.openjdk.org/jdk/pull/9548/files/96d1e023..7a1b0d85
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9548&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9548&range=00-01
Stats: 5 lines in 1 file changed: 1 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/9548.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9548/head:pull/9548
PR: https://git.openjdk.org/jdk/pull/9548
More information about the hotspot-dev
mailing list