RFR: 8316427: Duplicated code for {obj, type}ArrayKlass::array_klass
David Holmes
dholmes at openjdk.org
Wed Sep 20 02:12:38 UTC 2023
On Mon, 18 Sep 2023 16:40:08 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Please review this trivial change to move duplicated array_klass(). Tested with tier1 on Oracle supported platforms.
It creates an `objArrayKlass` not a `typeArrayKlass`. I guess I don't understand what these two things each represent.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15791#issuecomment-1726776760
More information about the hotspot-dev
mailing list