RFR: 8292059: Do not inline InstanceKlass::allocate_instance() [v4]

Coleen Phillimore coleenp at openjdk.org
Fri Mar 10 17:35:27 UTC 2023


On Fri, 10 Mar 2023 17:15:48 GMT, Afshin Zafari <duke at openjdk.org> wrote:

>> 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()

You need to revert the changes in jni.cpp and instanceKlass.hpp.

-------------

Changes requested by coleenp (Reviewer).

PR: https://git.openjdk.org/jdk/pull/12782


More information about the hotspot-dev mailing list