RFR: 8289943: Simplify some object allocation merges [v8]
Cesar Soares
duke at openjdk.org
Mon Sep 26 19:23:06 UTC 2022
On Tue, 20 Sep 2022 20:22:13 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Cesar Soares has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove debug messages.
>
> src/hotspot/share/opto/escape.cpp line 593:
>
>> 591: }
>> 592:
>> 593: klass = input_t->is_instptr()->instance_klass();
>
> Why you are updating `Klass` value here?
My mistake. No need for that.
-------------
PR: https://git.openjdk.org/jdk/pull/9073
More information about the hotspot-compiler-dev
mailing list