RFR: 8292059: Do not inline InstanceKlass::allocate_instance() [v5]
Afshin Zafari
duke at openjdk.org
Sat Mar 11 16:31:06 UTC 2023
> The inline and not-inline versions of the method is tested to compare the performance difference.
> ### Test
> `make test TEST=micro:Capture0.lambda_01 MICRO="VM_OPTIONS=-XX:TieredStopAtLevel=1" `
Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
8292059: Do not inline InstanceKlass::allocate_instance()
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12782/files
- new: https://git.openjdk.org/jdk/pull/12782/files/fe3de0b5..0ef3159a
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12782&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12782&range=03-04
Stats: 3 lines in 2 files changed: 0 ins; 1 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/12782.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12782/head:pull/12782
PR: https://git.openjdk.org/jdk/pull/12782
More information about the hotspot-dev
mailing list