RFR: 8301047: Clean up type unsafe uses of oop from compiler code

Erik Ă–sterlund eosterlund at openjdk.org
Fri Jan 27 14:06:22 UTC 2023


On Fri, 27 Jan 2023 10:54:16 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> In an ideal world, when you have an oop, its contents should also be an oop. It happens, however, that we have other forms of pointers sometimes, used with the oop type, in some compiler code. We should clean that up.
>
> Marked as reviewed by stefank (Reviewer).

Thanks for the review, @stefank!

-------------

PR: https://git.openjdk.org/jdk/pull/12223


More information about the hotspot-dev mailing list