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

Stefan Karlsson stefank at openjdk.org
Mon Mar 13 06:38:31 UTC 2023


On Mon, 6 Mar 2023 13:30:31 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8292059: Do not inline InstanceKlass::allocate_instance()
>
> src/hotspot/share/oops/instanceKlass.inline.hpp line 28:
> 
>> 26: #define SHARE_OOPS_INSTANCEKLASS_INLINE_HPP
>> 27: 
>> 28: #include "oops/instanceKlass.hpp"
> 
> All these includes should *not* be removed.

This file should still doesn't *explicitly* include everything it uses. It also should keep on including "oops/instanceKlass.hpp" (with the blank line after it, as per our style guide).

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

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


More information about the hotspot-dev mailing list