RFR: 8292059: Do not inline InstanceKlass::allocate_instance() [v4]
Afshin Zafari
duke at openjdk.org
Fri Mar 10 17:15:48 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/6cdd8357..fe3de0b5
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12782&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12782&range=02-03
Stats: 21 lines in 4 files changed: 2 ins; 10 del; 9 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