RFR: 8263125: During deoptimization vectors should reassign scalarized payload after all objects are reallocated.
Vladimir Ivanov
vlivanov at openjdk.java.net
Thu Mar 11 11:52:06 UTC 2021
On Wed, 10 Mar 2021 19:58:22 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> I renamed incorrect eliminate_* names for methods which restore/reallocate objects and locks
Fully agree that `eliminate_allocations`/`eliminate_locks` are misleading, but `restore_*` still look a bit confusing to me.
What do you think about `rematerialize_objects`/`rematerialize_scalarized_objects`/`relock_objects`/`restore_eliminated_locks`?
-------------
PR: https://git.openjdk.java.net/jdk/pull/2924
More information about the hotspot-dev
mailing list