Integrated: 8252494: C2: TypeAryPtr::cast_to_autobox_cache does not use ptr_type
Roberto Castañeda Lozano
github.com+8792647+robcasloz at openjdk.java.net
Fri Sep 11 11:58:21 UTC 2020
On Thu, 10 Sep 2020 08:08:24 GMT, Roberto Castañeda Lozano <github.com+8792647+robcasloz at openjdk.org> wrote:
> Remove dead definition of `ptr_type` in `TypeAryPtr::cast_to_autobox_cache`. Also remove unnecessary `cache` parameter
> (always true) for simplicity.
This pull request has now been integrated.
Changeset: 9687dcab
Author: Roberto Castaneda Lozano <roberto.castaneda.lozano at oracle.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/9687dcab
Stats: 6 lines in 2 files changed: 1 ins; 0 del; 5 mod
8252494: C2: TypeAryPtr::cast_to_autobox_cache does not use ptr_type
Remove dead definition of ptr_type in TypeAryPtr::cast_to_autobox_cache. Also remove
unnecessary cache parameter (always true) for simplicity.
Reviewed-by: shade, vlivanov, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/106
More information about the hotspot-compiler-dev
mailing list