RFR: 8305757: Call Method::compute_has_loops_flag() when creating CDS archive [v2]
Ioi Lam
iklam at openjdk.org
Sat Apr 8 14:33:39 UTC 2023
> 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.
Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
Exclude overpass methods (to avoid failure of serviceability/sa/TestClassDump.java due to JDK-8305771)
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/13390/files
- new: https://git.openjdk.org/jdk/pull/13390/files/a83a12bc..fe57e789
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=13390&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=13390&range=00-01
Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/13390.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13390/head:pull/13390
PR: https://git.openjdk.org/jdk/pull/13390
More information about the hotspot-runtime-dev
mailing list