Integrated: 8305757: Call Method::compute_has_loops_flag() when creating CDS archive
Ioi Lam
iklam at openjdk.org
Wed Apr 19 02:56:55 UTC 2023
On Fri, 7 Apr 2023 17:42:49 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> A simple optimization -- call Method::compute_has_loops_flag() for all methods during CDS archive dump. This way, the JIT doesn't need to do this at runtime.
This pull request has now been integrated.
Changeset: c7faf602
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c7faf60201a2401897e6159a5aaa03f22d4ae5d6
Stats: 12 lines in 3 files changed: 12 ins; 0 del; 0 mod
8305757: Call Method::compute_has_loops_flag() when creating CDS archive
Reviewed-by: coleenp, ccheung
-------------
PR: https://git.openjdk.org/jdk/pull/13390
More information about the hotspot-runtime-dev
mailing list