RFR: 8289943: Simplify some object allocation merges [v10]

Cesar Soares Lucas cslucas at openjdk.org
Wed Sep 28 23:40:34 UTC 2022


On Wed, 28 Sep 2022 00:52:43 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Cesar Soares Lucas has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Addressing PR feedback. Added new constraint for case of merging SR and NSR allocations.
>
> src/hotspot/share/opto/output.cpp line 860:
> 
>> 858:     if (sv == NULL) {
>> 859:       ciKlass* cik = t->isa_instptr() != NULL ? t->isa_instptr()->instance_klass()
>> 860:                                               : t->is_oopptr()->exact_klass();
> 
> Why this change? Add comment.

This is not necessary for this version. I'll rever the change.

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

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


More information about the hotspot-compiler-dev mailing list