RFR: 8329750: Change Universe functions to return more specific Klass* types [v3]
Coleen Phillimore
coleenp at openjdk.org
Mon Apr 8 14:05:10 UTC 2024
On Mon, 8 Apr 2024 13:46:32 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> We have various functions in Universe that returns Klass* where they could be returning TypeArrayKlass* and ObjArrayKlass* instead. If we change these functions we could get rid of some casts in the code. Does this seem like a reasonable change?
>
> Stefan Karlsson has updated the pull request incrementally with one additional commit since the last revision:
>
> Revert "Update src/hotspot/share/classfile/systemDictionary.cpp
> "
>
> This reverts commit d36f650dc3bf9729cd8bd138d23bef3dfdb8e4d2.
Marked as reviewed by coleenp (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/18652#pullrequestreview-1986548353
More information about the hotspot-dev
mailing list